Uh oh!
There was an error while loading. Please reload this page.
SPARK-2168 [Spark core] Use relative URIs for the app links in the History Server. - #1160
SPARK-2168 [Spark core] Use relative URIs for the app links in the History Server.#1160elyast wants to merge 2 commits into
Conversation
AmplabJenkins
commented
Jun 20, 2014
Can one of the admins verify this patch? |
vanzin
commented
Jun 26, 2014
Haven't looked at the code yet, but could you add a more descriptive title to the PR? Thanks! |
vanzin
commented
Jun 26, 2014
Also, this should probably go into master before it goes to branch-1.0. |
elyast
commented
Jun 26, 2014
I have added more descriptive title |
elyast
commented
Jun 26, 2014
so should I open another PR for master branch? |
vanzin
commented
Jun 27, 2014
There's a typo in your title. :-) Also, it could be shorter. Think that the PR title becomes the summary in the final git commit, so it shows in commands like "git log --oneline" where it's nice to have a short, concise description of the commit. I'd suggest something like this: Use relative URIs for the app links in the History Server. And then you can put a longer description in the description box, if you wish. As for the branch, I'm not sure; that's beyond my github knowledge. I'd wait for a committer to chime in. :-) |
elyast
commented
Jul 1, 2014
I've shortened description thanks for hints. |
andrewor14
commented
Aug 25, 2014
test this please |
There was a problem hiding this comment.
indentation is weird here. Also, can you explain your comments "when" and "then"?
There was a problem hiding this comment.
Sorry about the identation I was pretty sure it's fine when I was committing this one.
About "when" and "then", it's an old habit to simulate BDD-style of testing in Junit, however in Scala it could be replaced by using Specs2 or WordSpec trait from ScalaTest.
Let me know what u would like me to change.
SparkQA
commented
Sep 5, 2014
Can one of the admins verify this patch? |
andrewor14
commented
Sep 6, 2014
ok to test... |
SparkQA
commented
Sep 6, 2014
QA tests have started for PR 1160 at commit
|
SparkQA
commented
Sep 6, 2014
QA tests have finished for PR 1160 at commit
|
andrewor14
commented
Dec 22, 2014
Hey @elyast could you open this against the master branch? It would be good if the latest Spark releases benefit from the changes here as well. For now, I would recommend that we close this PR in favor of one that updates the other branches. |
elyast
commented
Dec 24, 2014
@andrewor14 I think it's been fixed on master branch, so if you don't want to release maintenance release for 1.0.x then I would suggest to close it. |
andrewor14
commented
Jan 7, 2015
I see. Nevertheless it would be good to merge the tests in master too. Feel free to open a new PR just for the test. |
andrewor14
commented
Jan 7, 2015
Actually, let's retest this please |
SparkQA
commented
Jan 7, 2015
Test build #25182 has started for PR 1160 at commit
|
SparkQA
commented
Jan 8, 2015
Test build #25182 has finished for PR 1160 at commit
|
AmplabJenkins
commented
Jan 8, 2015
Test FAILed. |
andrewor14
commented
Jan 8, 2015
retest this please |
SparkQA
commented
Jan 8, 2015
Test build #25194 has started for PR 1160 at commit
|
SparkQA
commented
Jan 8, 2015
Test build #25194 has finished for PR 1160 at commit
|
AmplabJenkins
commented
Jan 8, 2015
Test FAILed. |
andrewor14
commented
Jan 8, 2015
Looks like branch-1.0 is consistently failing tests (not related to this PR) |
srowen
commented
Feb 9, 2015
Is this still live? I think this PR should be closed in any event, but the test can go in master in a separate PR. Otherwise let's close this. |
elyast
commented
Feb 9, 2015
Fine with me, I will add tests on master with new PR |
…story Server. As agreed in PR #1160 adding test to verify if history server generates relative links to applications. Author: Lukasz Jastrzebski <lukasz.jastrzebski@gmail.com> Closes#4778 from elyast/master and squashes the following commits: 0c07fab [Lukasz Jastrzebski] Incorporating comments for SPARK-21686d7866d [Lukasz Jastrzebski] Adjusting test for SPARK-2168 for master branch d6f4fbe [Lukasz Jastrzebski] Added test for SPARK-2168
…story Server. As agreed in PR #1160 adding test to verify if history server generates relative links to applications. Author: Lukasz Jastrzebski <lukasz.jastrzebski@gmail.com> Closes#4778 from elyast/master and squashes the following commits: 0c07fab [Lukasz Jastrzebski] Incorporating comments for SPARK-21686d7866d [Lukasz Jastrzebski] Adjusting test for SPARK-2168 for master branch d6f4fbe [Lukasz Jastrzebski] Added test for SPARK-2168 (cherry picked from commit 4a8a0a8) Signed-off-by: Andrew Or <andrew@databricks.com>
* rdar://82095645 (Update the Callhome Version at Apple Spark Build) add jwt token on client side and send more fields to server for analytic and ML purpose
…properties performance (#1160)
Removing full URI leaving only relative path in link to the completed application plus unit test