Replies: 1 comment
-
We ran into these errors when we were running on an unsupported version of Java. See here: https://github.com/oap-project/gluten/blob/main/docs/get-started/Velox.md#:~:text=Currently%2C%20java%208%20is%20required%20and%20the%20support%20for%20java%2011/17%20is%20not%20ready We were able to get around this though with the following JVM flags:
|
Beta Was this translation helpful? Give feedback.
-
We are unable to use the ColumnarShuffleManager in any of the TPC* tests including the basic TPCH in-memory tests.
The query appears to execute but fails near the end with:
java.lang.RuntimeException: Error during calling Java code from native code: java.lang.RuntimeException: Failed to read message from shuffle.
Attached are the shell script and spark-shell output from a TPCDS/Q3/3TB using Centos8/S3.
gluten_columnar_shuffle_failure.txt
tpcds_s3.sh.txt
Beta Was this translation helpful? Give feedback.
All reactions