Browse Source

HDFS-10217. show 'blockScheduled' tooltip in datanodes table.

(cherry picked from commit 2dab64da2ff50bbb7937aad2d376eacd4ed320aa)
(cherry picked from commit e28a51e988beb27741c801641be7d96faaf6b191)
Vinayakumar B 9 years ago
parent
commit
00011e6a98

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

@@ -320,7 +320,7 @@
         </div>
       </div>
     </td>
-    <td>{numBlocks}</td>
+    <td title="Blocks Scheduled : {blockScheduled}">{numBlocks}</td>
     <td ng-value="{blockPoolUsedPercent}">{blockPoolUsed|fmt_bytes} ({blockPoolUsedPercent|fmt_percentage})</td>
     <td>{version}</td>
   </tr>