[
https://issues.apache.org/jira/browse/HBASE-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282487#comment-14282487
]
Vikas Vishwakarma commented on HBASE-12878:
-------------------------------------------
Just trying to get familiar with the patch submission process :)
> 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: 2.0.0, 0.98.8
> Reporter: Vikas Vishwakarma
> Priority: Minor
> Attachments: HBASE-12878.patch
>
>
> 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)