Open Z1Wu opened 1 week ago
LGTM! Please update the config docs to reflect the same.
updated
@Z1Wu You need to update the documentation as well using
UPDATE=1 build/mvn clean test -pl common -am -Dtest=none -DwildcardSuites=org.apache.celeborn.ConfigurationSuite
Also, maintainers need to enable the PR workflows for this PR. ping @SteNicholas @RexXiong @FMX PTAL
@Z1Wu You need to update the documentation as well using
UPDATE=1 build/mvn clean test -pl common -am -Dtest=none -DwildcardSuites=org.apache.celeborn.ConfigurationSuite
Also, maintainers need to enable the PR workflows for this PR. ping @SteNicholas @RexXiong @FMX PTAL
updated, thanks for your review.
What changes were proposed in this pull request?
In current implementation, user with zero quota still can submit one shuffle to rss cluster. It might be more reasonable to disallow users with a quota of 0 from submitting a shuffle to the RSS cluster.
Why are the changes needed?
Does this PR introduce any user-facing change?
No
How was this patch tested?
unit-test