flink-extended / flink-remote-shuffle

Remote Shuffle Service for Flink
Apache License 2.0
191 stars 56 forks source link

[FRS-59] Fix SHUFFLE_CONF_DIR didn't work in standalone mode #61

Closed dangshazi closed 2 years ago

dangshazi commented 2 years ago

What is the purpose of the change

Fix bug: Env variable SHUFFLE_CONF_DIR didn't work in standalone mode

Brief change log

Verifying this change

This change is already covered by existing tests.

dangshazi commented 2 years ago

Releated issue: #59

wsry commented 2 years ago

@dangshazi Thanks for the contribution. I notice that only the shuffle-daemon.sh script was fixed, I guess the shuffle-console.sh script incurs the same problem, could you please also fix the shuffle-console.sh script?

dangshazi commented 2 years ago

Done

wsry commented 2 years ago

@dangshazi Thanks for the update. Merged.