Просмотр исходного кода

merge HDFS-2818 (Devaraj K via harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1234561 13f79535-47bb-0310-9956-ffa450edef68
Harsh J 13 лет назад
Родитель
Сommit
d1cab74401

+ 2 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -94,6 +94,8 @@ Release 0.23.1 - UNRELEASED
 
 
     HDFS-2817. Combine the two TestSafeMode test suites. (todd)
     HDFS-2817. Combine the two TestSafeMode test suites. (todd)
 
 
+    HDFS-2818. Fix a missing space issue in HDFS webapps' title tags. (Devaraj K via harsh)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
     HDFS-2130. Switch default checksum to CRC32C. (todd)
     HDFS-2130. Switch default checksum to CRC32C. (todd)

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/corrupt_files.jsp

@@ -41,7 +41,7 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html>
 <html>
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css">
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css">
-<title>Hadoop <%=namenodeRole%> <%=namenodeLabel%></title>
+<title>Hadoop <%=namenodeRole%>&nbsp;<%=namenodeLabel%></title>
 <body>
 <body>
 <h1><%=namenodeRole%> '<%=namenodeLabel%>'</h1>
 <h1><%=namenodeRole%> '<%=namenodeLabel%>'</h1>
 <%=NamenodeJspHelper.getVersionTable(fsn)%>
 <%=NamenodeJspHelper.getVersionTable(fsn)%>

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.jsp

@@ -37,7 +37,7 @@
 <html>
 <html>
 
 
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css">
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css">
-<title>Hadoop <%=namenodeRole%> <%=namenodeLabel%></title>
+<title>Hadoop <%=namenodeRole%>&nbsp;<%=namenodeLabel%></title>
     
     
 <body>
 <body>
 <h1><%=namenodeRole%> '<%=namenodeLabel%>'</h1>
 <h1><%=namenodeRole%> '<%=namenodeLabel%>'</h1>

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfsnodelist.jsp

@@ -37,7 +37,7 @@ String namenodeLabel = nn.getNameNodeAddress().getHostName() + ":" + nn.getNameN
 <html>
 <html>
 
 
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css">
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css">
-<title>Hadoop <%=namenodeRole%> <%=namenodeLabel%></title>
+<title>Hadoop <%=namenodeRole%>&nbsp;<%=namenodeLabel%></title>
   
   
 <body>
 <body>
 <h1><%=namenodeRole%> '<%=namenodeLabel%>'</h1>
 <h1><%=namenodeRole%> '<%=namenodeLabel%>'</h1>