Hi Zeppelin users, We are following https://issues.apache.org/jira/browse/ZEPPELIN-2949 to launch spark ui.
Our Zeppelin instance is deployed on AWS EMR master node and setting zeppelin.spark.uiWebUrl to a url which elb maps to https://masternode:4040. When user clicks on spark url within Zeppelin it redirects him to Yarn RM( something like http://masternode:20888/proxy/application_1511906080313_0023/) which fails to load. Usually to access EMR Web interfaces requires to setup a SSH tunnel and change proxy settings in the browser - http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-spark-history.html Is there a way we can avoid users having to setup ssh tunnel and allow direct access to Spark UI? Ideally, we will implement a filter which does Authentication on the user and then redirect to Spark UI – right now not sure what the redirect URL should be? -- Thanks & Regards, Anki