Pig (help) Commands
-------------------
Key: PIG-347
URL: https://issues.apache.org/jira/browse/PIG-347
Project: Pig
Issue Type: Bug
Reporter: Corinne Chandel
Priority: Minor
Pig help can be specified 2 ways: $pig -help and $pig -h
I. $pig -help (seen by external/internal users)
(1) fix
-c, -cluster clustername, kryptonite is default
>> remove "kryptonite is default"
(2) change
-x, -exectype local|mapreduce, mapreduce is default
>> change mapdreduce to hadoop (maintain backward compatibility)
II. $pig -h (seen by internal users users only)
(1) fix typos
-l, --latest use latest, untested, unsupported version of pig.jar instaed of
relased, tested, supported version.
>> " ....instead of released ...."
(2) fix
-c, -cluster clustername, kryptonite is default
>> remove "kryptonite is default"
(same as above)
(3) change: -x, -exectype local|mapreduce, mapreduce is default ...
>> change mapdreduce to hadoop (maintain backward compatibility)
(same as above)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.