Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Changed the sample job flow. Got rid of output_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Singh committed Feb 16, 2012
1 parent 1fcb7ce commit 1d572e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
Empty file modified logger.py 100644 → 100755
Empty file.
30 changes: 8 additions & 22 deletions sample/test_flow.json
@@ -1,42 +1,28 @@
{
"output_plugin": "simpleout",
"default_job_timeout": "300",
"default_job_timeout": "10",
"default_retries": "3",
"job_flow": [
{
"slot_id": "slot1",
"jobs": [
{
{
"job_id": "job1",
"success_constraint": "100%",
"parallelism": "50%",
"cmd": "ls -l txt; uname -a",
"parallelism": "50%",
"cmd": "ls -l txt",
"hosts": [
"localhost",
"localhost"
]
},
{
{
"job_id": "job2",
"success_constraint": "100%",
"cmd": "ls -l",
"cmd": "ls; uname -a",
"hosts": [
"localhost"
]
}
]
},
{
"slot_id": "slot2",
"jobs": [
{
"job_id": "job3",
"success_constraint": "100%",
"cmd": "ls",
"hosts": [
"127.0.0.1"
]
}
]
}
]
}
]
Expand Down

0 comments on commit 1d572e3

Please sign in to comment.