Skip to content

Commit 573390d

Browse files
author
pgandhi
committed
[SPARK-21809] : Changing comment to point to generic url
1 parent 132fce9 commit 573390d

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/org/apache/spark/ui/static

1 file changed

+1
-1
lines changed

core/src/main/resources/org/apache/spark/ui/static/stagepage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $.extend( $.fn.dataTable.ext.type.order, {
3737
} );
3838

3939
// 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
40+
// e.g. https://domain:50509/history/application_1502220952225_59143/stages/stage/?id=0&attempt=0
4141
function stageEndPoint(appId) {
4242
var words = document.baseURI.split('/');
4343
var words2 = document.baseURI.split('?');

0 commit comments

Comments
 (0)