From c3bdaefe1fa75a6982c825c6dbcc4121dc061937 Mon Sep 17 00:00:00 2001 From: Logan Linn Date: Tue, 19 Jan 2016 17:20:47 -0800 Subject: [PATCH] Update batch-ingestion.md Fix documented type of the `dataGranularity` config --- docs/content/ingestion/batch-ingestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/ingestion/batch-ingestion.md b/docs/content/ingestion/batch-ingestion.md index d2661269969..9d00e88d79e 100644 --- a/docs/content/ingestion/batch-ingestion.md +++ b/docs/content/ingestion/batch-ingestion.md @@ -152,7 +152,7 @@ Is a type of inputSpec that expects data to be laid out in a specific path forma |Field|Type|Description|Required| |-----|----|-----------|--------| -|dataGranularity|Object|specifies the granularity to expect the data at, e.g. hour means to expect directories `y=XXXX/m=XX/d=XX/H=XX`.|yes| +|dataGranularity|String|specifies the granularity to expect the data at, e.g. hour means to expect directories `y=XXXX/m=XX/d=XX/H=XX`.|yes| |inputPath|String|Base path to append the expected time path to.|yes| |filePattern|String|Pattern that files should match to be included.|yes| |pathFormat|String|Joda date-time format for each directory. Default value is `"'y'=yyyy/'m'=MM/'d'=dd/'H'=HH"`, or see [Joda documentation](http://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html)|no|