Update batch-ingestion.md

Fix documented type of the `dataGranularity` config
This commit is contained in:
Logan Linn 2016-01-19 17:20:47 -08:00
parent cb8f714f82
commit c3bdaefe1f
1 changed files with 1 additions and 1 deletions

View File

@ -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|