This is an automated email from the ASF dual-hosted git repository.

jenniferdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 5390395  Adding ORC configuration in docs (#4045)
5390395 is described below

commit 53903950a0633197947853ecf59b9473ee1716e1
Author: Jennifer Dai <[email protected]>
AuthorDate: Thu Jun 13 18:59:05 2019 -0700

    Adding ORC configuration in docs (#4045)
---
 docs/record_reader.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/record_reader.rst b/docs/record_reader.rst
index a2a10b8..2f942cf 100644
--- a/docs/record_reader.rst
+++ b/docs/record_reader.rst
@@ -67,6 +67,17 @@ Thrift Record Reader Config
 The Thrift record reader config is mandatory. It contains the Thrift class 
name for the record reader to de-serialize
 the Thrift objects.
 
+ORC Record Reader Config
+~~~~~~~~~~~~~~~~~~~~~~~~
+The following property is to be set during segment generation in your Hadoop 
properties.
+
+record.reader.path: ${FULL_PATH_OF_YOUR_RECORD_READER_CLASS}
+
+For ORC, it would be:
+
+record.reader.path: org.apache.pinot.orc.data.readers.ORCRecordReader
+
+
 Implement Your Own Record Reader
 --------------------------------
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to