1>>ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. Lexical error at line 10, column 0. Encountered: <EOF> after : ""
sol. Found ';' missing in script in line 9.
2>>ERROR org.apache.pig.PigServer - exception during parsing: Error during parsing. <file hdfs://localhost:9000/user/root/file_reader.pig, line 9, column 8> mismatched input 'in' expecting INTO
sol. Syntactical error detected. was using store B in outfile, should be into
3>>ERROR org.apache.pig.PigServer - exception during parsing: Error during parsing. <file hdfs://localhost:9000/user/root/file_reader.pig, line 9, column 13> mismatched input 'file_reader' expecting QUOTEDSTRING
sol. Syntactical error detected. output file name was specified without quotes, should be enclosed in quotes.