-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-11315] [YARN] Add YARN extension service to publish Spark events to YARN timeline service #8744
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
[SPARK-11315] [YARN] Add YARN extension service to publish Spark events to YARN timeline service #8744
Conversation
|
Test build #42424 has finished for PR 8744 at commit
|
|
Failing test was |
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.
nit: ordering
|
Test build #46890 has finished for PR 8744 at commit
|
|
Test run had 0 failing tests and a lot of stack related to connection refused in jenkins ... possibly an"environmental" failure |
|
Test build #47080 has finished for PR 8744 at commit
|
e687612 to
c2add7b
Compare
|
Test build #47268 has finished for PR 8744 at commit
|
|
Now that it's dependency PR is in, I welcome comments and reviews on this. The latest change just adds a version counter to every entity publishing, so that when checking for incomplete app updates via #6935, there's none of the timestamp comparison issues which surfaced in |
|
Test build #47345 has finished for PR 8744 at commit
|
|
Test build #47496 has finished for PR 8744 at commit
|
|
Test build #47595 has finished for PR 8744 at commit
|
fe0c7b7 to
6d79d77
Compare
|
Test build #48250 has finished for PR 8744 at commit
|
6d79d77 to
8403920
Compare
|
Test build #48566 has finished for PR 8744 at commit
|
8403920 to
90a91c9
Compare
|
Test build #48769 has finished for PR 8744 at commit
|
90a91c9 to
7a08ac7
Compare
|
Test build #49242 has finished for PR 8744 at commit
|
…ter (the one with the service API merged in)
…request pushed. This is for more reliable polling for changes during integration with YARN-7889
…ATS URL (as info level wasn't giving any details on whether/when entities were published, or under what); downgrade event drop to info & not warning
7a08ac7 to
99161a6
Compare
|
Test build #50203 has finished for PR 8744 at commit
|
|
I'm closing this for now as there's enough in Spark 2 to let me hook it up independently; I'm also switching to the ATS1.5 publisher, which pushes out via HDFS. |
SPARK-11315 is the publisher side of the SPARK-1537 Yarn timeline server integration: the event listener to asynchronously publish events to ATS; the basiccoreunit and mock tests to verify functionality.