You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbrhost:~/spark-rapids$ WITH_BLOOP=1 ./jenkins/databricks/build.sh
[INFO] Compiling 20 Scala sources and 2 Java sources to /home/ubuntu/spark-rapids/sql-plugin-api/target/spark350db143/classes...
[ERROR] warning: [options] bootstrap class path not setin conjunction with -source 8
[ERROR] error: warnings found and -Werror specified
[ERROR] error: warnings found and -Werror specified
[ERROR] error: warnings found and -Werror specified
[ERROR] error: warnings found and -Werror specified
[ERROR] 4 errors
[ERROR] 1 warning
Looks like we inadvertently fallback to JDK8 profiles although we request zulu11+
Describe the bug
Looks like we inadvertently fallback to JDK8 profiles although we request zulu11+
spark-rapids/jenkins/databricks/build.sh
Line 166 in fe452cb
The root cause is that we cannot build on Databricks using jdk9+
reproduces the compile error.
The text was updated successfully, but these errors were encountered: