-
Notifications
You must be signed in to change notification settings - Fork 29k
SPARK-4705:Creating different log directories for different app attempts... #4311
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
…pts in case of yarn cluster mode
|
Can one of the admins verify this patch? |
|
I left some comments about your design in the bug. Also, in general, changes first go into the master branch, and then are backported to other branches if desired. I think that pattern should be followed here. |
|
ok to test |
|
Test build #26935 has started for PR 4311 at commit
|
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.
this line is too long and will fail tests
|
Test build #26935 has finished for PR 4311 at commit
|
|
Test FAILed. |
|
In this particular case we might actually need separate PRs for 1.2 and the Master because the event logs are produced differently there. It seems that any fix here is also relevant to standalone mode. |
|
Test build #27201 has started for PR 4311 at commit
|
…der multiple attempts
|
Test build #27201 has finished for PR 4311 at commit
|
|
Test FAILed. |
|
Hi @vanzin, Will it be fine to review it in current state, or should I create a pull request for master branch first? Thanks, |
|
Test build #27202 has started for PR 4311 at commit
|
|
Test build #27202 has finished for PR 4311 at commit
|
|
Test FAILed. |
|
retest this please |
|
@twinkle-sachdeva Would you mind creating an equivalent PR on the master branch? It will make it speed up the review/merge process for us. Thanks. Until then I will start posting comments on this one that you can address in your new PR. |
|
Test build #27790 has started for PR 4311 at commit
|
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.
no space before :
|
@twinkle-sachdeva I just noticed that there are a lot of style guide violations in this patch. Please look at how the rest of the code is formatted for reference. Also, this patch is currently highly tailored to the event logging format in Spark 1.2, which should be very different from that used in Spark 1.3. I would imagine that it will be a non-trivial amount of work to bring this patch up to date to master. Would you still prefer to do this, or have one of @vanzin or me take over? In both cases we'll be sure to give you credit in the release notes. |
|
Test build #27790 has finished for PR 4311 at commit
|
|
Test PASSed. |
|
Hi @andrewor14, I will create pull request for master branch soon. Actually my hard-disk got crashed, that had changes in master branch too. It will take me 3-4 days more. I will keep an eye on formatting also, this time. Thanks, |
|
Ok, just ping us on your new patch. |
|
Hi, Thanks @andrewor14 , for the patience. --Twinkle |
|
Mind closing this PR? at the least, this is not opened vs |
... in case of yarn cluster mode