You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the shuffle fetch fail if use org.apache.spark.shuffle.sort.ColumnarShuffleManager.
Task log:
NodeManager log:
Using org.apache.spark.shuffle.sort.ColumnarShuffleManager lacks read permissions for others. The first line is the shuffle data generated by org.apache.spark.shuffle.sort.ColumnarShuffleManager, and the second line is the shuffle data generated by Spark built in sort.
wangyum
changed the title
File permission issue when using ColumnarShuffleManager
[VL] File permission issue when using ColumnarShuffleManager
Mar 27, 2025
wangyum
changed the title
[VL] File permission issue when using ColumnarShuffleManager
Shuffle file permission issue when using ColumnarShuffleManager
Mar 27, 2025
Backend
VL (Velox)
Bug description
All the shuffle fetch fail if use
org.apache.spark.shuffle.sort.ColumnarShuffleManager
.Task log:

NodeManager log:

Using

org.apache.spark.shuffle.sort.ColumnarShuffleManager
lacks read permissions for others. The first line is the shuffle data generated byorg.apache.spark.shuffle.sort.ColumnarShuffleManager
, and the second line is the shuffle data generated by Spark built in sort.Spark version
Spark-3.5.x
Spark configurations
System information
$ umask
0002
Relevant logs
The text was updated successfully, but these errors were encountered: