[ 
https://issues.apache.org/jira/browse/SPARK-11484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Srinivasa Reddy Vundela updated SPARK-11484:
--------------------------------------------
    Description: 
Customer reported a strange UI when running spark application through Oozie in 
Uber mode (Issue was observed only in yarn-client mode).

When debugging the sparkUI through chrome developer console, figured out that 
CSS files are looked for in different applicationId (Oozie mapreduce 
application) instead of actual spark application. (Please see the attached 
screenshot for more information).

Looking into the live sparkUI it seems that proxyBase is taken from 
APPLICATION_WEB_PROXY_BASE instead of spark property spark.ui.proxyBase 
(Pointing to the actual spark application). 

This fix gives precedence to spark property (which should be correct in most 
cases when it was set).

  was:
Live Spark UI without CSS styling is observed when running spark application 
from Oozie in uber mode.  Please see the attached screenshot for the strange 
UI. In developer console we can see that UI is looking for css files in 
mapreduce application proxy instead of spark application proxy. 



        Summary: Giving precedence to proxyBase set by spark instead of env  
(was: Strange Spark UI issue when running on Oozie uber mode ON)

> Giving precedence to proxyBase set by spark instead of env
> ----------------------------------------------------------
>
>                 Key: SPARK-11484
>                 URL: https://issues.apache.org/jira/browse/SPARK-11484
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>            Reporter: Srinivasa Reddy Vundela
>            Priority: Minor
>         Attachments: Screen Shot 2015-10-29 at 9.06.46 AM.png
>
>
> Customer reported a strange UI when running spark application through Oozie 
> in Uber mode (Issue was observed only in yarn-client mode).
> When debugging the sparkUI through chrome developer console, figured out that 
> CSS files are looked for in different applicationId (Oozie mapreduce 
> application) instead of actual spark application. (Please see the attached 
> screenshot for more information).
> Looking into the live sparkUI it seems that proxyBase is taken from 
> APPLICATION_WEB_PROXY_BASE instead of spark property spark.ui.proxyBase 
> (Pointing to the actual spark application). 
> This fix gives precedence to spark property (which should be correct in most 
> cases when it was set).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to