-
Notifications
You must be signed in to change notification settings - Fork 28.7k
SPARK-5087. [YARN] Merge yarn.Client and yarn.ClientBase #3896
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
Conversation
Test build #25048 has started for PR 3896 at commit
|
Test build #25048 has finished for PR 3896 at commit
|
Test PASSed. |
extends ClientBase with Logging { | ||
extends Logging { | ||
|
||
import Client._ |
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.
what is this import for?
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.
for helper methods defined in object Client
I believe
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.
Yup. We used to import ClientBase._
@sryza looks pretty straightforward to me. I notice there are a couple methods that aren't fully private only because they're exposed for testing. If possible, could we make these |
Thanks for taking a look Andrew and Tom. I tested it with both yarn-client and yarn-cluster mode and things look fine. I originally tried making Posting a new patch with the suggested changes. |
930df8a
to
434ad3a
Compare
Test build #25167 has started for PR 3896 at commit
|
Test build #25167 has finished for PR 3896 at commit
|
Test FAILed. |
retest this please |
Test build #25185 has started for PR 3896 at commit
|
Test build #25185 has finished for PR 3896 at commit
|
Test FAILed. |
The failures are legit. Working on an update. |
It looks like |
434ad3a
to
65611d0
Compare
Test build #25191 has started for PR 3896 at commit
|
Test build #25191 has finished for PR 3896 at commit
|
Test PASSed. |
Ok LGTM I'm merging this into master thanks |
No description provided.