Uh oh!
There was an error while loading. Please reload this page.
[SPARK-23644][CORE][UI][BACKPORT-2.3] Use absolute path for REST call in SHS - #20847
[SPARK-23644][CORE][UI][BACKPORT-2.3] Use absolute path for REST call in SHS#20847mgaido91 wants to merge 1 commit into
Conversation
SHS is using a relative path for the REST API call to get the list of the application is a relative path call. In case of the SHS being consumed through a proxy, it can be an issue if the path doesn't end with a "/". Therefore, we should use an absolute path for the REST call as it is done for all the other resources. manual tests Before the change:  After the change:  Author: Marco Gaido <marcogaido91@gmail.com> Closesapache#20794 from mgaido91/SPARK-23644.
mgaido91
commented
Mar 16, 2018
cc @jerryshao |
SparkQA
commented
Mar 16, 2018
Test build #88308 has finished for PR 20847 at commit
|
mgaido91
commented
Mar 16, 2018
retest this please |
SparkQA
commented
Mar 16, 2018
Test build #88315 has finished for PR 20847 at commit
|
kiszk
commented
Mar 16, 2018
retest this please |
SparkQA
commented
Mar 16, 2018
Test build #88322 has finished for PR 20847 at commit
|
dongjoon-hyun
commented
Mar 17, 2018
Retest this please. |
SparkQA
commented
Mar 17, 2018
Test build #88335 has finished for PR 20847 at commit
|
mgaido91
commented
Mar 17, 2018
most of the UTs are failing consistently and of course UTs failures are unrelated. Since this is on branch 2.3, shall we open a JIRA for tracking this? |
jerryshao
commented
Mar 19, 2018
Jenkins, retest this please. |
jerryshao
commented
Mar 19, 2018
@mgaido91 would you please create a JIRA to track all the UT failures. Hopes someone familiar with that part could fix them. |
SparkQA
commented
Mar 19, 2018
Test build #88364 has finished for PR 20847 at commit
|
jerryshao
commented
Mar 19, 2018
Jenkins, retest this please. |
SparkQA
commented
Mar 19, 2018
Test build #88371 has finished for PR 20847 at commit
|
dongjoon-hyun
commented
Mar 19, 2018
The ML bug is fixed. I'll retrigger this. |
dongjoon-hyun
commented
Mar 19, 2018
Retest this please. |
SparkQA
commented
Mar 19, 2018
Test build #88382 has finished for PR 20847 at commit
|
dongjoon-hyun
commented
Mar 19, 2018
Retest this please. |
SparkQA
commented
Mar 20, 2018
Test build #88387 has finished for PR 20847 at commit
|
jerryshao
commented
Mar 20, 2018
Thanks, merging to branch 2.3. |
… in SHS ## What changes were proposed in this pull request? SHS is using a relative path for the REST API call to get the list of the application is a relative path call. In case of the SHS being consumed through a proxy, it can be an issue if the path doesn't end with a "/". Therefore, we should use an absolute path for the REST call as it is done for all the other resources. ## How was this patch tested? manual tests Before the change:  After the change:  Author: Marco Gaido <marcogaido91@gmail.com> Closes#20847 from mgaido91/SPARK-23644_2.3.
jerryshao
commented
Mar 20, 2018
@mgaido91 this is already merged to branch 2.3. Please close this PR if it is not closed automatically. |
What changes were proposed in this pull request?
SHS is using a relative path for the REST API call to get the list of the application is a relative path call. In case of the SHS being consumed through a proxy, it can be an issue if the path doesn't end with a "/".
Therefore, we should use an absolute path for the REST call as it is done for all the other resources.
How was this patch tested?
manual tests

Before the change:
After the change:
