sunithabeeram commented on a change in pull request #4294: Fixing some issues docs/getting_started.rst URL: https://github.com/apache/incubator-pinot/pull/4294#discussion_r291991069
########## File path: docs/getting_started.rst ########## @@ -41,7 +41,8 @@ Pinot requires JDK 8 or later and Apache Maven 3. #. Check out the code from GitHub (https://github.com/apache/incubator-pinot) #. With Maven installed, run ``mvn install package -DskipTests -Pbin-dist`` in the directory in which you checked out Pinot. -#. Make the generated scripts executable ``cd pinot-distribution/target/apache-pinot-incubating-<version>-SNAPSHOT-bin; chmod +x bin/*.sh`` +#. Set pinot version variable ``export PINOT_VERSION=0.2.0`` Review comment: It will be great if this can be set automatically - can this be pulled from the parent pom file? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
