This is an automated email from the ASF dual-hosted git repository.
nehapawar pushed a commit to branch pinot_customization
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/pinot_customization by this
push:
new 0aae629 Formatting
0aae629 is described below
commit 0aae6294bcf50698c14f3ddebc98cf93b208599f
Author: Neha Pawar <[email protected]>
AuthorDate: Thu Mar 7 14:09:11 2019 -0800
Formatting
---
docs/customizations.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/customizations.rst b/docs/customizations.rst
index b635a1f..2d0f69e 100644
--- a/docs/customizations.rst
+++ b/docs/customizations.rst
@@ -30,7 +30,7 @@ There are a lot of places in Pinot which can be customized
depending on the infr
1. Generating Pinot segments
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Typically, data files will be available on some offline data storage, such as
HDFS, and a Hadoop job can be written to read the data and create the segment.
The `SegmentCreationJob
<https://github.com/apache/incubator-pinot/blob/master/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/SegmentCreationJob.java>`_
class contains a hadoop job for creating segments. This is a map only job, and
the mapper can be found in `SegmentCreationMapper
<https://github.com/apache/incubator-pinot/bl [...]
+Typically, data files will be available on some offline data storage, such as
HDFS, and a Hadoop job can be written to read the data and create the segment.
The `SegmentCreationJob
<https://github.com/apache/incubator-pinot/blob/master/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/SegmentCreationJob.java>`_
class contains a hadoop job for creating segments. This is a map only job, and
the mapper can be found in `SegmentCreationMapper
<https://github.com/apache/incubator-pinot/bl [...]
Depending on how frequently new data is generated, you can schedule your jobs
to run periodically using either cron or a scheduler such as `Azkaban
<https://azkaban.github.io/>`_.
@@ -118,7 +118,7 @@ The access control factory can be configured in the
controller configs by settin
``controller.admin.access.control.factory.class``
The access control factory can be configured in the broker configs by setting
the fully qualified class name of the AccessControlFactory in the property
``pinot.broker.access.control.class``
-Any other properties required for initializing the factory can be set in the
broker configs as properties with the prefix "pinot.broker.access.control".
+Any other properties required for initializing the factory can be set in the
broker configs as properties with the prefix ``pinot.broker.access.control``.
10. Minion tasks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]