From 119ec13d2332eb9b55aac5fecf9758064432fdf1 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Wed, 22 Jul 2015 13:55:00 -0500 Subject: [PATCH] updating hadoop tuningConfig doc with useCombiner flag --- docs/content/ingestion/batch-ingestion.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/ingestion/batch-ingestion.md b/docs/content/ingestion/batch-ingestion.md index 56d1edd121c..e5661bffe16 100644 --- a/docs/content/ingestion/batch-ingestion.md +++ b/docs/content/ingestion/batch-ingestion.md @@ -196,6 +196,7 @@ The tuningConfig is optional and default parameters will be used if no tuningCon |cleanupOnFailure|Boolean|Cleans up intermediate files when the job fails as opposed to leaving them around for debugging.|no (default == true)| |overwriteFiles|Boolean|Override existing files found during indexing.|no (default == false)| |ignoreInvalidRows|Boolean|Ignore rows found to have problems.|no (default == false)| +|useCombiner|Boolean|Use hadoop combiner to merge rows at mapper if possible.|no (default == false)| |jobProperties|Object|a map of properties to add to the Hadoop job configuration.|no (default == null)| ### Partitioning specification