Open deepashreeraghu opened 5 months ago
seems the released jar does not compiled with S3 enable.
@deepashreeraghu, the released jar may not contain S3 support (cc @weiting-chen). You can build gluten with S3 enabled and then test again.
The S3 parameter is disabled by default and the release jar hasn't enable it as well. If you wish to contain S3 support, please compile Gluten jar via source code and turn on below parameter. https://github.com/apache/incubator-gluten/blob/main/dev/builddeps-veloxbe.sh#L23 After you compile the jar with S3 support, you can follow the guide to get the s3 support. https://gluten.apache.org/docs/velox/s3#working-with-s3
Sure, thank you. will try building it locally.
Backend
VL (Velox)
Bug description
[Expected behavior] - IT should honor s3a filesystem and be able to access files. [actual behavior] - It fails with the below error :
I am using the jar released at - https://github.com/apache/incubator-gluten/releases/download/v1.1.1/gluten-velox-bundle-spark3.3_2.12-1.1.1.jar
Spark version
Spark-3.3.x
Spark configurations
System information
No response
Relevant logs