zhouyuan commented on issue #9372: URL: https://github.com/apache/incubator-gluten/issues/9372#issuecomment-2820979854
Hi @melin, Starts from 1.2.0, Gluten community provides the binary release with all dependencies statically linked, which means the gluten jar file should be working on different OS(Centos, Ubuntu, Debian..) - If it's not working then might hit some bugs. To make it work on Ubuntu docker, please simply extract this jar and put it into Spark classpath: https://github.com/apache/incubator-gluten/releases/download/v1.3.0/apache-gluten-1.3.0-incubating-bin-spark34.tar.gz and also add these two configurations in Spark: ``` --conf spark.gluten.enabled=true --conf spark.plugins=org.apache.gluten.GlutenPlugin ``` Thanks, -yuan -- 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]
