Hi
So I checked out the pig version from
http://svn.apache.org/repos/asf/pig/trunk/, because the 0.8 from the website
wouldn't build on my machine and I needed to build the project for my UDFs.
So now the weird thing is that I am running the same script that worked on the
already the already built versions 0.7, 0.8 from the pig website on the freshly
checked out one ...that I built on my machine and I get a super cool error
message
Pig Stack Trace
---------------
ERROR 1200: <file /home/mojo/Documents/test.pig, line 9, column 72> mismatched
input '(' expecting SEMI_COLON
org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1000: Error during
parsing. <file /home/mojo/Documents/test.pig, line 9, column 72> mismatched
input '(' expecting SEMI_COLON
at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1640)
at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1583)
at org.apache.pig.PigServer.registerQuery(PigServer.java:583)
at
org.apache.pig.tools.grunt.GruntParser.processPig(GruntParser.java:942)
at
org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:386)
at
org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:188)
at
org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:164)
at org.apache.pig.tools.grunt.Grunt.exec(Grunt.java:81)
at org.apache.pig.Main.run(Main.java:553)
at org.apache.pig.Main.main(Main.java:108)
Caused by: Failed to parse: <file /home/mojo/Documents/test.pig, line 9, column
72> mismatched input '(' expecting SEMI_COLON
at
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:222)
at
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:164)
at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1632)
... 9 more
================================================================================
Kind Regards, Marian