Skip to content

Instantly share code, notes, and snippets.

@manuel
Last active December 29, 2015 00:39
Show Gist options
  • Save manuel/6651a9ebb6cec00f81d4 to your computer and use it in GitHub Desktop.
Save manuel/6651a9ebb6cec00f81d4 to your computer and use it in GitHub Desktop.
{
"id": "dorado-nym1-bid",
"schedule": {
"type": "com.collective.celos.HourlySchedule"
},
"schedulingStrategy": {
"type": "com.collective.celos.SerialSchedulingStrategy"
},
"trigger": {
"type": "com.collective.celos.HDFSCheckTrigger",
"properties": {
"path": "/logs/nym1/dorado/${year}-${month}-${day}/${hour}00/_READY"
}
},
"workflow": {
"type": "com.collective.celos.OozieExternalService",
"properties": {
"oozie-url": "http://oj01.ny7.collective-media.net/oozie",
"oozie.wf.application.path": "/deploy/dorado/workflow.xml",
"jobTracker": "nn01.ny7.collective-media.net:8032",
"nameNode": "hdfs://cluster-ny7"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment