Gerardo Veltri
Results
1
comments of
Gerardo Veltri
So, the issue is in Spark Core. See the utility: https://github.com/apache/spark/blob/c2d0d700b551e864bb7b2ae2a175ec8ade704488/core/src/main/resources/org/apache/spark/ui/static/utils.js#L88 . ``` function getStandAloneAppId(cb) { var words = document.baseURI.split('/'); var ind = words.indexOf("proxy"); if (ind > 0) { var...