-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13122/
-----------------------------------------------------------
Review request for pig.
Bugs: PIG-3400
https://issues.apache.org/jira/browse/PIG-3400
Repository: pig-git
Description
-------
Makes fs utility commands work with s3 paths. Documents fs utility commands in
the Pig manual. (They were not documented at all.)
Diffs
-----
src/docs/src/documentation/content/xdocs/cmds.xml 38babd2
src/org/apache/pig/tools/grunt/GruntParser.java c785084
Diff: https://reviews.apache.org/r/13122/diff/
Testing
-------
All unit tests pass.
Manually verified the following commands with s3 paths:
pig -e 'ls s3://<path>'
pig -e 'mkdir s3://<path>'
pig -e 'rm s3://<path>'
pig -e 'cp s3://<path1> s3://<path2>'
pig -e 'mv s3://<path1> s3://<path2>'
pig -e 'copyToLocal s3://<path>/<file> .'
pig -e 'copyFromLocal <file> s3://<path>'
Thanks,
Cheolsoo Park