CodenameGHOST007 commented on code in PR #7411:
URL: https://github.com/apache/incubator-gluten/pull/7411#discussion_r1793064508


##########
dev/package.sh:
##########
@@ -8,6 +8,11 @@ LINUX_OS=$(. /etc/os-release && echo ${ID})
 VERSION=$(. /etc/os-release && echo ${VERSION_ID})
 ARCH=`uname -m`
 
+if [[ -n "$JAVA_HOME" ]]; then
+  echo "JAVA_HOME needs to be set for Gluten Compilation"
+  exit 1
+fi

Review Comment:
   Removed these changes. Will create a separate issue to track it. Ideally we 
should find and set JAVA_HOME itself before starting the build like spark and 
all do.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to