Fetch Output

description

This shows how to fetch output of an EMR job.

Command-line Interface

>>> ./EHPC-EMR --fetch-outputs -d=DOMAIN --output-dir=DIR --owner=hadoop

Example 1

Fetch the output files that are on /home/hadoop/output/4 on ec2......com

./EHPC-EMR --fetch-outputs -d=ec2......com --output-dir=/home/hadoop/output/4 --owner=hadoop

Table Of Contents

Previous topic

Check Job Status

Next topic

Fetch Files

This Page