You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by je...@apache.org on 2019/03/14 22:39:54 UTC

[incubator-pinot] branch master updated: Updating 0.016 to 0.1.0 for pinot-hadoop and docs (#3971)

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 b8c3ff4  Updating 0.016 to 0.1.0 for pinot-hadoop and docs (#3971)
b8c3ff4 is described below

commit b8c3ff4266931ab13c3034d7c8ad76cd6957aafa
Author: Jennifer Dai <je...@users.noreply.github.com>
AuthorDate: Thu Mar 14 15:39:47 2019 -0700

    Updating 0.016 to 0.1.0 for pinot-hadoop and docs (#3971)
---
 docs/conf.py          | 2 +-
 docs/pinot_hadoop.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 667bd8f..cda332b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -146,7 +146,7 @@ html_theme_options = {
 
 # The name for this set of Sphinx documents.
 # "<project> v<release> documentation" by default.
-#html_title = u'Pinot v0.016'
+#html_title = u'Pinot v0.1.0'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None
diff --git a/docs/pinot_hadoop.rst b/docs/pinot_hadoop.rst
index 95918d2..2211f06 100644
--- a/docs/pinot_hadoop.rst
+++ b/docs/pinot_hadoop.rst
@@ -80,13 +80,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-<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.016-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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org