-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13122/#review24393
-----------------------------------------------------------



src/docs/src/documentation/content/xdocs/cmds.xml
<https://reviews.apache.org/r/13122/#comment48264>

    fs cat URI. Same for other fs commands. 



src/docs/src/documentation/content/xdocs/cmds.xml
<https://reviews.apache.org/r/13122/#comment48262>

    We should mention local and hdfs, but should not specifically state s3. 
With your fix, it will work with any file system implementation. So can mention 
that. Same for other fs commands.



src/docs/src/documentation/content/xdocs/cmds.xml
<https://reviews.apache.org/r/13122/#comment48263>

    White spaces in many places


- Rohini Palaniswamy


On July 31, 2013, 7:37 p.m., Cheolsoo Park wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13122/
> -----------------------------------------------------------
> 
> (Updated July 31, 2013, 7:37 p.m.)
> 
> 
> 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
> 
>

Reply via email to