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/08/05 02:16:16 UTC

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

    [ https://issues.apache.org/jira/browse/PIG-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895483#action_12895483 ] 

Olga Natkovich commented on PIG-346:
------------------------------------

I have made the following changes:

(1) Removed depricated file system commands
(2) Organized the information the same way it is organized in the documentation
(3) Added more detailed information (used info from docs)
(4) Made sure that all commands are covered

> Grunt (help) commands 
> ----------------------
>
>                 Key: PIG-346
>                 URL: https://issues.apache.org/jira/browse/PIG-346
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Corinne Chandel
>            Assignee: Olga Natkovich
>             Fix For: 0.8.0
>
>         Attachments: PIG-346.patch
>
>
> 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.