From 991ff34f38f66128cac05d0920ce2484e43cbd29 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Wed, 25 Jun 2014 20:19:03 -0700 Subject: [PATCH] More explicit example of jobProperties. --- docs/content/Batch-ingestion.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/Batch-ingestion.md b/docs/content/Batch-ingestion.md index c7866327206..057927e5596 100644 --- a/docs/content/Batch-ingestion.md +++ b/docs/content/Batch-ingestion.md @@ -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" } } ```