Olga Natkovich updated PIG-346:
-------------------------------
We also need to make sure to cover commens that implemented in PigServer. This is from PIG-523 that I will close as duplicate of this bug
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
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>]
------------------------
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
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.