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 17:33:10 UTC

[incubator-pinot] 01/01: Updating 0.016 to 0.1.0 for pinot-hadoop and docs

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

commit dddf153b50480330cf7a30f2e087e2b7a87cc5b8
Author: Jennifer Dai <jd...@linkedin.com>
AuthorDate: Thu Mar 14 10:32:57 2019 -0700

    Updating 0.016 to 0.1.0 for pinot-hadoop and docs
---
 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 1611040..0ab69f3 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.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
 
 
 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