fix parquet docs (#3304)

This commit is contained in:
Fangjin Yang 2016-08-01 07:54:48 -07:00 committed by GitHub
parent a6105cbb86
commit d51ec398d4
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@ type | String | This should say `parquet`
parseSpec | JSON Object | Specifies the timestamp and dimensions of the data. Should be a timeAndDims parseSpec. | yes parseSpec | JSON Object | Specifies the timestamp and dimensions of the data. Should be a timeAndDims parseSpec. | yes
For example: For example:
```json ```json
{ {
"type": "index_hadoop", "type": "index_hadoop",
@ -79,7 +80,6 @@ For example:
} }
} }
} }
``` ```
Almost all the fields listed above are required, including `inputFormat`, `metadataUpdateSpec`(`type`, `connectURI`, `user`, `password`, `segmentTable`). Set `jobProperties` to make hdfs path timezone unrelated. Almost all the fields listed above are required, including `inputFormat`, `metadataUpdateSpec`(`type`, `connectURI`, `user`, `password`, `segmentTable`). Set `jobProperties` to make hdfs path timezone unrelated.