-
Notifications
You must be signed in to change notification settings - Fork 9.2k
YARN-11888. Serve the Capacity Scheduler UI. #8082
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
base: trunk
Are you sure you want to change the base?
Conversation
534b2d1 to
072724d
Compare
|
💔 -1 overall
This message was automatically generated. |
414dbd2 to
012ddde
Compare
|
Hi @brumi1024 ! Thanks for this new feature, seems very fascinating. |
| YETUS='yetus' | ||
| // Branch or tag name. Yetus release tags are 'rel/X.Y.Z' | ||
| YETUS_VERSION='rel/0.14.0' | ||
| YETUS_VERSION='a7d29a6a72750a0c5c39512f33945e773e69303e' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why version is committer id?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a temporary workaround, the PR is to big, without this Yetus won't build it. It can be reverted after a successful build.
| $class: 'GitSCM', | ||
| branches: [[name: "${env.YETUS_VERSION}"]], | ||
| userRemoteConfigs: [[ url: 'https://github.com/apache/yetus.git']]] | ||
| userRemoteConfigs: [[ url: 'https://github.com/ayushtkn/yetus.git']]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why use a personal repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
Description of PR
Expose the Capacity Scheduler UI, similar to UI2.
How was this patch tested?
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?