risdenk commented on issue #83: KNOX-1839 - Fix Spark History UI incomplete applications links URL: https://github.com/apache/knox/pull/83#issuecomment-481440376 We tested this and we were not able to reproduce this behavior. Make sure you have /sparkhistory/ with the trailing slash after sparkhistory/. Here are the example urls tested and the contents of the topology xml. 1. Open https://knox_host.example.com:8443/gateway/default/sparkhistory/ 2. Click the "Show incomplete applications" link 3. Verify page loads correctly as https://knox_host.example.com:8443/gateway/default/sparkhistory/?showIncomplete=true topology xml snippet ``` <service> <role>SPARKHISTORYUI</role> <url>http://spark_host.example.com:18081</url> </service> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
