[ https://issues.apache.org/jira/browse/HDFS-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770715#action_12770715 ]
Suresh Srinivas commented on HDFS-737: -------------------------------------- Comments: # Adding number of live and dead nodes will be useful information along with count of files, directories and blocks. # TestMetaSave.java - please make this Junit4 testcase. Also start and stop of the cluster can be done in @BeforeClass and @AfterClass methods. # TestMetaSave.java - some of the imports are not used. # FsNameSystem.metaSave, TestMetaSave.createFile, TestMetasave.testMetaSave - some lines exceed 80 chars. # TestMetaSave.testMetaSave - variable out is not used. > Improvement in metasave output > ------------------------------ > > Key: HDFS-737 > URL: https://issues.apache.org/jira/browse/HDFS-737 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Attachments: HDFS-737.1.patch > > > This jira tracks following improvements in metasave output > 1. A summary of total files/directories and blocks at the begining > 2. Full path name of the files should also be written out for > under-replicated/corrupt or missing blocks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.