We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132fce9 commit 573390dCopy full SHA for 573390d
core/src/main/resources/org/apache/spark/ui/static/stagepage.js
@@ -37,7 +37,7 @@ $.extend( $.fn.dataTable.ext.type.order, {
37
} );
38
39
// This function will only parse the URL under certain format
40
-// e.g. https://axonitered-jt1.red.ygrid.yahoo.com:50509/history/application_1502220952225_59143/stages/stage/?id=0&attempt=0
+// e.g. https://domain:50509/history/application_1502220952225_59143/stages/stage/?id=0&attempt=0
41
function stageEndPoint(appId) {
42
var words = document.baseURI.split('/');
43
var words2 = document.baseURI.split('?');
0 commit comments