This commit is contained in:
Fangjin Yang 2016-08-16 16:25:50 -07:00 committed by Jonathan Wei
parent 6beb8ac342
commit edb0eca3a9
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@ For example of `typeString`, string column col1 and array of string column col2
Currently, it only supports java primitive types and array of java primitive types, which means only 'list' of compound types in [ORC types](https://orc.apache.org/docs/types.html) is supported (list of list is not supported).
For example of hadoop indexing:
```json
{
"type": "index_hadoop",
@ -85,7 +86,6 @@ For example of hadoop indexing:
}
}
}
```
Almost all the fields listed above are required, including `inputFormat`, `metadataUpdateSpec`(`type`, `connectURI`, `user`, `password`, `segmentTable`). Set `jobProperties` to make hdfs path timezone unrelated.