[
https://issues.apache.org/jira/browse/HBASE-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283303#comment-14283303
]
Hudson commented on HBASE-12878:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #804 (See
[https://builds.apache.org/job/HBase-0.98/804/])
HBASE-12878 Incorrect HFile path in TestHFilePerformance print output (Vikas
Vishwakarma) (apurtell: rev d081756e7b68f63bd974c002f569fe05ea7f754c)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFilePerformance.java
> 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
> Assignee: Vikas Vishwakarma
> Priority: Trivial
> Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0
>
> 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)