Closed maobaolong closed 4 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 52.88%. Comparing base (
477bc30
) to head (209ecee
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
2 956 files ±0 2 956 suites ±0 6h 28m 2s ⏱️ + 17m 40s 1 092 tests ±0 1 090 ✅ ±0 2 💤 ±0 0 ❌ ±0 13 685 runs ±0 13 655 ✅ ±0 30 💤 ±0 0 ❌ ±0
Results for commit 923a4106. ± Comparison against base commit 4eebbd46.
:recycle: This comment has been updated with latest results.
Could you add document, too?
@jerqi Thanks for remind me, document added, PTAL.
@jerqi Thanks for your review, merge it.
What changes were proposed in this pull request?
Support set accessId by another config dynamically.
Why are the changes needed?
Without this PR, we have to set accessId for each user belongs to
spark.yarn.queue
, after patch this feature, thespark.access.id
set to the value ofspark.yarn.queue
, if we setspark.rss.access.id.provider.key=spark.yarn.queue
Does this PR introduce any user-facing change?
Introduce spark new config
spark.rss.access.id.provider.key
.How was this patch tested?
Updated UT.