When I try to execute the below Pig script in my cloudera VM I am getting following error
grunt> sta1 = LOAD 'hdfs://localhost.localdomain:8020/user/cloudera/movies_data.csv' USING
PigStorage(',') AS (sno:int, moviename:chararray, year:int, rating:float, collect:int);
2014-10-05 07:34:19,670 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1070: Could not resolve pigstorage using imports: [, org.apache.pig.builtin., org.apache.pig.impl.builtin.] Details at logfile: /home/cloudera/pig_1412519459490.log