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 20:35:50 UTC

[jira] Updated: (PIG-346) Grunt (help) commands

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

Olga Natkovich updated PIG-346:
-------------------------------

    Fix Version/s: 0.8.0

> Grunt (help) commands 
> ----------------------
>
>                 Key: PIG-346
>                 URL: https://issues.apache.org/jira/browse/PIG-346
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Corinne Chandel
>             Fix For: 0.8.0
>
>
> I think there are 22 grunt commands .... and 2 different lists of the commands can be displayed.
> I. Grunt commands displayed with "grunt> help"
> (1) put 22 grunt commands in alphabetical order
> (2) fix double entry for cd ... cd <path> and cd <dir> .... keep cd <path>
> (3) fix notation for set key value ... set <key> '<value>'
> (4) add explain
> (5) add illustrate
> (6) add help
> II. Grunt commands display with "grunt> asdf" 
> The "asdf" is a mistake and generates msg "Was expecting one of:" and list of grunt commands
> (1) put 22 grunt commands in alphabetical order
> (2) add define
> (3) add du
> ------------------------
> 22 Grunt commands in aphabetical order:
> cat <src>
> cd <path>
> copyFromLocal <localsrc> <dst>
> copyToLocal <src> <localdst>
> cp <src> <dst>
> define <functionAlias> <functionSpec>
> describe <alias>
> dump <alias>
> du <path>
> explain
> help
> illustrate
> kill <job_id>
> ls <path>
> mkdir <path>
> mv <src> <dst>
> pwd
> quit
> register <udfJar>
> rm <src>
> set <key> '<value>'
> store <alias> into <filename> [using <functionSpec>]

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