Skip to content

Commit

Permalink
fix docs (apache#3370)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjy authored and jon-wei committed Aug 16, 2016
1 parent 6beb8ac commit edb0eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/development/extensions-contrib/orc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.

0 comments on commit edb0eca

Please sign in to comment.