J K
08/31/2021, 2:04 PMMayank
J K
08/31/2021, 2:12 PMMayank
0.3.0
above, just want to ensure you defined PINOT_VERSION
as 0.8.0
?J K
08/31/2021, 4:18 PMMayank
Kulbir Nijjer
08/31/2021, 5:48 PMif $cygwin; then
[ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
[ -n "$HOME" ] && HOME=`cygpath --path --windows "$HOME"`
[ -n "$BASEDIR" ] && BASEDIR=`cygpath --path --windows "$BASEDIR"`
[ -n "$REPO" ] && REPO=`cygpath --path --windows "$REPO"`
Instead of using git-bash
can you try using cygwin instead ?Xiang Fu
<https://docs.pinot.apache.org/basics/getting-started/running-pinot-locally#build-from-source-or-download-the-distribution>
J K
08/31/2021, 5:55 PMJ K
08/31/2021, 6:12 PMXiang Fu
Xiang Fu
Xiang Fu
Xiang Fu
J K
08/31/2021, 6:20 PMJ K
08/31/2021, 6:21 PM0.7.1
and see if that works. I don't see in the release notes for either `0.7.1`or 0.8.0
regarding the java 8 deprecationKulbir Nijjer
08/31/2021, 6:23 PMAfter the 0.8.0 release, we will officially support jdk 11, and can now safely start to use jdk 11 features. Code is still compilable with jdk 8 (#6424)
Will also update the getting started page to clarify this: https://docs.pinot.apache.org/basics/getting-started/running-pinot-locallyJ K
08/31/2021, 6:28 PM0.7.1
like it was suggested I am able to use JDK8 with the binary download and scripts.
Again - thanks for all the helpXiang Fu
Xiang Fu
J K
08/31/2021, 7:27 PM