Fetch Files

description

This shows how to fetch output of an EMR job.

Command-line Interface

>>> ./EHPC-EMR --fetch-files -d=DOMAIN --output-files=file1,file2

Example 1

Fetch the output files that are on /home/hadoop/output/4/part-00000, /home/hadoop/output/4/part-00001 on ec2......com

./EHPC-EMR --fetch-outputs -d=ec2......com --output-files=/home/hadoop/output/4/part-00000,/home/hadoop/output/4/part-00001

Table Of Contents

Previous topic

Fetch Output

Next topic

Terminate EMR Cluster

This Page