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


##########
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:
   @CodenameGHOST007 
   
   I am worried whether this change break user's build processes much. Can we 
separate this change out to future PRs? Thanks. 
   
   
   



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