Vikas Vishwakarma created HBASE-12878:
-----------------------------------------

             Summary: Incorrect HFile path in TestHFilePerformance print output 
(fix for easier debugging)
                 Key: HBASE-12878
                 URL: https://issues.apache.org/jira/browse/HBASE-12878
             Project: HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 0.98.8
            Reporter: Vikas Vishwakarma
            Priority: Minor


While trying to look at the issue in HBASE-12866, came across a minor issue in 
TestHFilePerformance while printing the HFile path. This has a directory path 
delimiter missing. It is only a sysout issue but can be fixed for easier 
debugging. So basically in timewrite function System.out.println(ROOT_DIR + 
path.getName());
should be System.out.println(ROOT_DIR + "/" + path.getName());

so that current output 
ROOT_DIR/target/test-data/.../TestHFilePerformanceHFile.Performance
is fixed as 
ROOT_DIR/target/test-data/.../TestHFilePerformance/HFile.Performance





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

Reply via email to