Merge pull request #624 from metamx/better-jobProperties-example

Better example of jobProperties.
This commit is contained in:
fjy 2014-06-25 21:32:53 -06:00
commit 94ac9645ed
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ The interval is the [ISO8601 interval](http://en.wikipedia.org/wiki/ISO_8601#Tim
"user": "username",
"password": "passmeup",
"segmentTable": "segments"
},
"jobProperties": {
"mapreduce.job.queuename": "default"
}
}
```