You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Viraj Bhat (JIRA)" <ji...@apache.org> on 2010/02/04 02:02:27 UTC

[jira] Created: (PIG-1220) Document unknown keywords as missing or to do in future

Document unknown keywords as missing or to do in future
-------------------------------------------------------

                 Key: PIG-1220
                 URL: https://issues.apache.org/jira/browse/PIG-1220
             Project: Pig
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.6.0
            Reporter: Viraj Bhat
             Fix For: 0.7.0


To get help at the grunt shell I do the following:

grunt>touchz

010-02-04 00:59:28,714 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. Encountered " <IDENTIFIER> "touchz "" at line 1, column 1.
Was expecting one of:
    <EOF> 
    "cat" ...
    "fs" ...
    "cd" ...
    "cp" ...
    "copyFromLocal" ...
    "copyToLocal" ...
    "dump" ...
    "describe" ...
    "aliases" ...
    "explain" ...
    "help" ...
    "kill" ...
    "ls" ...
    "mv" ...
    "mkdir" ...
    "pwd" ...
    "quit" ...
    "register" ...
    "rm" ...
    "rmf" ...
    "set" ...
    "illustrate" ...
    "run" ...
    "exec" ...
    "scriptDone" ...
    "" ...
    <EOL> ...
    ";" ...

I looked at the code and found that we do nothing at:

"scriptDone": Is there some future value of that command.

Viraj

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


[jira] Closed: (PIG-1220) Document unknown keywords as missing or to do in future

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai closed PIG-1220.
---------------------------


> Document unknown keywords as missing or to do in future
> -------------------------------------------------------
>
>                 Key: PIG-1220
>                 URL: https://issues.apache.org/jira/browse/PIG-1220
>             Project: Pig
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.6.0
>            Reporter: Viraj Bhat
>             Fix For: 0.7.0
>
>
> To get help at the grunt shell I do the following:
> grunt>touchz
> 010-02-04 00:59:28,714 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. Encountered " <IDENTIFIER> "touchz "" at line 1, column 1.
> Was expecting one of:
>     <EOF> 
>     "cat" ...
>     "fs" ...
>     "cd" ...
>     "cp" ...
>     "copyFromLocal" ...
>     "copyToLocal" ...
>     "dump" ...
>     "describe" ...
>     "aliases" ...
>     "explain" ...
>     "help" ...
>     "kill" ...
>     "ls" ...
>     "mv" ...
>     "mkdir" ...
>     "pwd" ...
>     "quit" ...
>     "register" ...
>     "rm" ...
>     "rmf" ...
>     "set" ...
>     "illustrate" ...
>     "run" ...
>     "exec" ...
>     "scriptDone" ...
>     "" ...
>     <EOL> ...
>     ";" ...
> I looked at the code and found that we do nothing at:
> "scriptDone": Is there some future value of that command.
> Viraj

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


[jira] Resolved: (PIG-1220) Document unknown keywords as missing or to do in future

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich resolved PIG-1220.
---------------------------------

    Resolution: Fixed

There are some internal keywords. They can't be removed from the list - the message come from javacc. We don't want to document them.

> Document unknown keywords as missing or to do in future
> -------------------------------------------------------
>
>                 Key: PIG-1220
>                 URL: https://issues.apache.org/jira/browse/PIG-1220
>             Project: Pig
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.6.0
>            Reporter: Viraj Bhat
>             Fix For: 0.7.0
>
>
> To get help at the grunt shell I do the following:
> grunt>touchz
> 010-02-04 00:59:28,714 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. Encountered " <IDENTIFIER> "touchz "" at line 1, column 1.
> Was expecting one of:
>     <EOF> 
>     "cat" ...
>     "fs" ...
>     "cd" ...
>     "cp" ...
>     "copyFromLocal" ...
>     "copyToLocal" ...
>     "dump" ...
>     "describe" ...
>     "aliases" ...
>     "explain" ...
>     "help" ...
>     "kill" ...
>     "ls" ...
>     "mv" ...
>     "mkdir" ...
>     "pwd" ...
>     "quit" ...
>     "register" ...
>     "rm" ...
>     "rmf" ...
>     "set" ...
>     "illustrate" ...
>     "run" ...
>     "exec" ...
>     "scriptDone" ...
>     "" ...
>     <EOL> ...
>     ";" ...
> I looked at the code and found that we do nothing at:
> "scriptDone": Is there some future value of that command.
> Viraj

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