Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shuffle file permission issue when using ColumnarShuffleManager #9148

Closed
wangyum opened this issue Mar 27, 2025 · 0 comments · Fixed by #9156
Closed

Shuffle file permission issue when using ColumnarShuffleManager #9148

wangyum opened this issue Mar 27, 2025 · 0 comments · Fixed by #9156
Labels
bug Something isn't working triage

Comments

@wangyum
Copy link
Member

wangyum commented Mar 27, 2025

Backend

VL (Velox)

Bug description

All the shuffle fetch fail if use org.apache.spark.shuffle.sort.ColumnarShuffleManager.

Task log:
Image

NodeManager log:
Image

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.
Image

Spark version

Spark-3.5.x

Spark configurations

Key Value
spark.shuffle.service.enabled true
spark.shuffle.service.port 7338
spark.plugins org.apache.gluten.GlutenPlugin
spark.shuffle.manager org.apache.spark.shuffle.sort.ColumnarShuffleManager
spark.gluten.enabled true

System information

$ umask
0002

Relevant logs

@wangyum wangyum added bug Something isn't working triage labels Mar 27, 2025
@wangyum wangyum changed the title File permission issue when using ColumnarShuffleManager [VL] File permission issue when using ColumnarShuffleManager Mar 27, 2025
@wangyum wangyum changed the title [VL] File permission issue when using ColumnarShuffleManager Shuffle file permission issue when using ColumnarShuffleManager Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
1 participant