Skip to content

Commit

Permalink
[YARN][SPARK-2606]:In some cases,the spark UI pages display incorrect
Browse files Browse the repository at this point in the history
The issue is caused by apache#1112 .

Author: GuoQiang Li <[email protected]>

Closes apache#1501 from witgo/webui_style and squashes the following commits:

4b34998 [GuoQiang Li] In some cases, pages display incorrect in WebUI
  • Loading branch information
witgo authored and conviva-zz committed Sep 4, 2014
1 parent c0975f3 commit 8131462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/ui/UIUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private[spark] object UIUtils extends Logging {

def prependBaseUri(basePath: String = "", resource: String = "") = uiRoot + basePath + resource

val commonHeaderNodes = {
def commonHeaderNodes = {
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href={prependBaseUri("/static/bootstrap.min.css")}
type="text/css" />
Expand Down

0 comments on commit 8131462

Please sign in to comment.