Skip to content

Instantly share code, notes, and snippets.

@softberries
Created October 23, 2017 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softberries/629871924a65ef26dd2454c842dd09fc to your computer and use it in GitHub Desktop.
Save softberries/629871924a65ef26dd2454c842dd09fc to your computer and use it in GitHub Desktop.
task json definition
[
{
"Name": "emr-scalding-tutorial",
"Args": [
"com.softwaremill.AgeCounterJob",
"--input",
"s3://grajo001log/users/*",
"--output",
"s3://grajo001out/scaldingoutput",
"--hdfs"
],
"Jar": "s3://grajo001log/emr-scalding-tutorial-assembly-0.1.jar",
"ActionOnFailure": "CONTINUE",
"Type": "CUSTOM_JAR"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment