You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2010/07/09 21:26:49 UTC

[jira] Updated: (PIG-548) ParseException involving "as" keyword

     [ https://issues.apache.org/jira/browse/PIG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-548:
-------------------------------

    Fix Version/s: 0.9.0

> ParseException involving "as"  keyword
> --------------------------------------
>
>                 Key: PIG-548
>                 URL: https://issues.apache.org/jira/browse/PIG-548
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: Viraj Bhat
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: assyntax.pig
>
>
> The enclosed Pig script, throws the following error:
> =====================================================================================================================
> org.apache.pig.tools.pigscript.parser.ParseException: Encountered "as" at line 13, column 11.
> Was expecting one of:
>     <EOF> 
>     "cat" ...
>     "cd" ...
>     "cp" ...
>     "copyFromLocal" ...
>     "copyToLocal" ...
>     "dump" ...
>     "describe" ...
>     "explain" ...
>     "help" ...
>     "kill" ...
>     "ls" ...
>     "mv" ...
>     "mkdir" ...
>     "pwd" ...
>     "quit" ...
>     "register" ...
>     "rm" ...
>     "rmf" ...
>     "set" ...
>     "illustrate" ...
>     "scriptDone" ...
>     "" ...
>     <EOL> ...
>     ";" ...
>     
>         at org.apache.pig.tools.pigscript.parser.PigScriptParser.generateParseException(PigScriptParser.java:688)
>         at org.apache.pig.tools.pigscript.parser.PigScriptParser.handle_invalid_command(PigScriptParser.java:515)
>         at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:356)
>         at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:84)
>         at org.apache.pig.tools.grunt.Grunt.exec(Grunt.java:64)
>         at org.apache.pig.Main.main(Main.java:306)
> =====================================================================================================================
> But the error seems to disappear if a few lines are moved around the "foreach" and "as" keywords. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.