Uh oh!
There was an error while loading. Please reload this page.
SPARK-4705:Creating different log directories for different app attempts... - #4311
SPARK-4705:Creating different log directories for different app attempts...#4311twinkle-sachdeva wants to merge 3 commits into
Conversation
…pts in case of yarn cluster mode
AmplabJenkins
commented
Feb 2, 2015
Can one of the admins verify this patch? |
vanzin
commented
Feb 3, 2015
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. |
andrewor14
commented
Feb 6, 2015
ok to test |
SparkQA
commented
Feb 6, 2015
Test build #26935 has started for PR 4311 at commit
|
There was a problem hiding this comment.
this line is too long and will fail tests
SparkQA
commented
Feb 6, 2015
Test build #26935 has finished for PR 4311 at commit
|
AmplabJenkins
commented
Feb 6, 2015
Test FAILed. |
andrewor14
commented
Feb 6, 2015
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. |
SparkQA
commented
Feb 10, 2015
Test build #27201 has started for PR 4311 at commit
|
…der multiple attempts
SparkQA
commented
Feb 10, 2015
Test build #27201 has finished for PR 4311 at commit
|
AmplabJenkins
commented
Feb 10, 2015
Test FAILed. |
twinkle-sachdeva
commented
Feb 10, 2015
Hi @vanzin, Will it be fine to review it in current state, or should I create a pull request for master branch first? Thanks, |
SparkQA
commented
Feb 10, 2015
Test build #27202 has started for PR 4311 at commit
|
SparkQA
commented
Feb 10, 2015
Test build #27202 has finished for PR 4311 at commit
|
AmplabJenkins
commented
Feb 10, 2015
Test FAILed. |
andrewor14
commented
Feb 20, 2015
retest this please |
andrewor14
commented
Feb 20, 2015
@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. |
SparkQA
commented
Feb 20, 2015
Test build #27790 has started for PR 4311 at commit
|
andrewor14
commented
Feb 20, 2015
@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. |
SparkQA
commented
Feb 20, 2015
Test build #27790 has finished for PR 4311 at commit
|
... in case of yarn cluster mode