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

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


The following commit(s) were added to refs/heads/scdocs by this push:
     new d851c30  changing to version
d851c30 is described below

commit d851c30c47feccf5758fe370e3eb614b445e5761
Author: Jennifer Dai <j...@linkedin.com>
AuthorDate: Thu Mar 14 11:57:04 2019 -0700

    changing to version
---
 docs/pinot_hadoop.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/pinot_hadoop.rst b/docs/pinot_hadoop.rst
index 0ab69f3..911709c 100644
--- a/docs/pinot_hadoop.rst
+++ b/docs/pinot_hadoop.rst
@@ -79,13 +79,13 @@ workflow to generate Pinot segments.
 .. code-block:: none
 
   mvn clean install -DskipTests -Pbuild-shaded-jar
-  hadoop jar pinot-hadoop-0.1.0-shaded.jar SegmentCreation job.properties
+  hadoop jar pinot-hadoop-<version>-SNAPSHOT-shaded.jar SegmentCreation 
job.properties
 
 You can then use the SegmentTarPush job to push segments via the controller 
REST API.
 
 .. code-block:: none
 
-  hadoop jar pinot-hadoop-0.1.0-SNAPSHOT-shaded.jar SegmentTarPush 
job.properties
+  hadoop jar pinot-hadoop-<version>-SNAPSHOT-shaded.jar SegmentTarPush 
job.properties
 
 
 Creating Pinot segments outside of Hadoop


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to