sagarlakshmipathy commented on issue #2638:
URL:
https://github.com/apache/incubator-gluten/issues/2638#issuecomment-1996787921
yes it was able to. here's my config
```
./spark-3.4.1-bin-hadoop3/bin/spark-shell --master yarn --deploy-mode client
--conf spark.serializer=org.apache.spark.serializer.KryoSerializer --conf
"spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension" --conf
"spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog"
--jars hudi-benchmarks-0.1-SNAPSHOT.jar --packages
org.apache.hadoop:hadoop-aws:3.3.4,org.apache.hudi:hudi-spark3.4-bundle_2.12:0.14.1
```
`
scala> (0 until
10).toDF("a").write.format("delta").mode("overwrite").save("s3a://s3-calls-log-bucket/test/test_gluten_table")
`
`
scala>
spark.read.format("delta").load("s3a://s3-calls-log-bucket/test/test_gluten_table").show()
`
I'm running this on EMR, it picks up access using the instance role. I want
to call out that it writes without any issues. Just the read fails.
--
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]