More explicit example of jobProperties.

This commit is contained in:
Gian Merlino 2014-06-25 20:19:03 -07:00
parent ff00b545bc
commit 991ff34f38
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"
}
}
```