zhouyuan commented on issue #4909: URL: https://github.com/apache/incubator-gluten/issues/4909#issuecomment-1988063338
@sagarlakshmipathy Thanks for reporting, the issue looks like jar is not correctly loaded. Can you please try to modify the jar path from relative path to absolute location? `export gluten_jar=~/gluten/backends-velox/target/backends-velox-1.2.0-SNAPSHOT-3.3.jar` you may also try to directly use the binary release from gluten: ` --jars https://github.com/oap-project/gluten/releases/download/v1.1.0/gluten-velox-bundle-spark3.2_2.12-1.1.0.jar` 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]
