You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/03/14 17:59:16 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #3971: Updating 0.016 to 0.1.0 for pinot-hadoop and docs

jackjlli commented on a change in pull request #3971: Updating 0.016 to 0.1.0 for pinot-hadoop and docs
URL: https://github.com/apache/incubator-pinot/pull/3971#discussion_r265697004
 
 

 ##########
 File path: 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.016-shaded.jar SegmentCreation job.properties
+  hadoop jar pinot-hadoop-0.1.0-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.016-shaded.jar SegmentTarPush job.properties
+  hadoop jar pinot-hadoop-0.1.0-SNAPSHOT-shaded.jar SegmentTarPush job.properties
 
 Review comment:
   Should the shaded jar names be the same, either `pinot-hadoop-0.1.0-shaded.jar` or `pinot-hadoop-0.1.0-SNAPSHOT-shaded.jar`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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