Hi Team ,
I executed the following command , in the pig console
questions_data=LOAD '/user/cfbbd33828bc18557df1d438b22459/socialmediaProj.txt' AS (c1:chararray, c2:chararray, c3:chararray, c4:chararray, tags:chararray, c6:chararray, c7:chararray, c8:chararray, c9:chararray, c10:chararray, c11:chararray);
When i executed ILLUSTRATE Command , It's throwing the error :
2016-06-09 15:33:01,668 [main] INFO org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file...
PIG : Error - LOAD command execution
I executed the following command , in the pig console
questions_data=LOAD '/user/cfbbd33828bc18557df1d438b22459/socialmediaProj.txt' AS (c1:chararray, c2:chararray, c3:chararray, c4:chararray, tags:chararray, c6:chararray, c7:chararray, c8:chararray, c9:chararray, c10:chararray, c11:chararray);
When i executed ILLUSTRATE Command , It's throwing the error :
2016-06-09 15:33:01,668 [main] INFO org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file...
PIG : Error - LOAD command execution