KAlbert2333 opened a new issue, #10360:
URL: https://github.com/apache/incubator-gluten/issues/10360
### Backend
VL (Velox)
### Bug description
[Expected behavior] WARN GlutenFallbackReporter: Validation failed for plan:
ColumnarToRow[QueryId=50], due to: Scheme of
[List(hdfs://xx.xx.xx.xx:9000/tpcds/parquet/store_returns)] is not supported by
registered file systems..
### Gluten version
Gluten-1.3
### Spark version
Spark-3.4.x
### Spark configurations
${SPARK_HOME}/bin/spark-sql \
--master local[*] \
--driver-memory 50g \
--executor-memory 400g \
--conf spark.driver.extraJavaOptions="-XX:+UseNUMA -XX:+UseG1GC
-Dlog4j.logger.org.apache.hadoop=DEBUG" \
--conf spark.executor.extraJavaOptions="-XX:+UseNUMA -XX:+UseG1GC
-Dlog4j.logger.org.apache.hadoop=DEBUG" \
--conf spark.sql.shuffle.partitions=200 \
--conf spark.memory.offHeap.enabled=true \
--conf spark.memory.offHeap.size=50G \
--conf spark.driver.extraClassPath=${SPARK_DRIVER_EXTRA_CLASSPATH} \
--conf spark.executor.extraClassPath=${SPARK_EXECUTOR_EXTRA_CLASSPATH} \
--conf spark.plugins=org.apache.gluten.GlutenPlugin \
--conf
spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager \
--conf spark.executorEnv.LIBHDFS3_CONF="hdfs-client.xml" \
--conf
spark.driver.extraJavaOptions=-Dio.netty.tryReflectionSetAccessible=true \
--conf
spark.executor.extraJavaOptions=-Dio.netty.tryReflectionSetAccessible=true \
--conf spark.sql.adaptive.enabled=false \
-f /data/tpcds-1tb/tools/run_all.sql \
### System information
_No response_
### Relevant logs
```bash
```
--
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]