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


##########
.github/workflows/velox_docker.yml:
##########
@@ -605,6 +605,9 @@ jobs:
         run: |
           df -a
           bash dev/ci-velox-buildshared-centos-8.sh
+      - name: Export Maven path
+        run: |
+          echo "PATH=${PATH}:/usr/lib/maven/bin" >> $GITHUB_ENV

Review Comment:
   > Perhaps we can introduce an mvn wrapper script for Gluten like Spark did: 
https://github.com/apache/spark/blob/master/build/mvn
   
   Yes this is just what I am thinking about. Adding a mvnw could be a general 
solution here. I'd revert the changes and open a issue for that.



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