From edb0eca3a907be67187616386b4334aff4274de1 Mon Sep 17 00:00:00 2001 From: Fangjin Yang Date: Tue, 16 Aug 2016 16:25:50 -0700 Subject: [PATCH] fix docs (#3370) --- docs/content/development/extensions-contrib/orc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/development/extensions-contrib/orc.md b/docs/content/development/extensions-contrib/orc.md index a13ccdab478..ba12ca8f038 100644 --- a/docs/content/development/extensions-contrib/orc.md +++ b/docs/content/development/extensions-contrib/orc.md @@ -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.