Path: blob/develop/tests/unit/customizations/emr/input_steps.json
1569 views
[{1"Name": "Custom JAR step",2"ActionOnFailure": "CANCEL_AND_WAIT",3"Jar": "s3://mybucket/mytest.jar"},4{5"Name": "Streaming step",6"Type": "Streaming",7"ActionOnFailure": "CANCEL_AND_WAIT",8"Args": [9"-files",10"s3://elasticmapreduce/samples/wordcount/wordSplitter.py",11"-mapper",12"wordSplitter.py",13"-reducer",14"aggregate",15"-input",16"s3://elasticmapreduce/samples/wordcount/input",17"-output",18"s3://mybucket/wordcount/output/2014-04-18/12-15-24"19]},20{21"Name": "Hive step",22"Type": "Hive",23"ActionOnFailure": "TERMINATE_CLUSTER",24"Args": [25"-f",26"s3://elasticmapreduce/samples/hive-ads/libs/model-build.q",27"-d",28"INPUT=s3://elasticmapreduce/samples/hive-ads/tables",29"-d",30"OUTPUT=s3://mybucket/hive-ads/output/2014-04-18/11-07-32",31"-d",32"LIBS=s3://elasticmapreduce/samples/hive-ads/libs"]},33{34"Name": "Pig step",35"Type": "Pig",36"ActionOnFailure": "TERMINATE_CLUSTER",37"Args": [38"-f",39"s3://elasticmapreduce/samples/pig-apache/do-reports2.pig",40"-p",41"INPUT=s3://elasticmapreduce/samples/pig-apache/input",42"-p",43"OUTPUT=s3://mybucket/pig-apache/output/2014-04-21/20-09-28"]},44{45"Name": "Impala step",46"ActionOnFailure": "CANCEL_AND_WAIT",47"Type": "Impala",48"Args": [49"--impala-script",50"s3://myimpala/input",51"--console-output-path",52"s3://myimpala/output"]}53]545556