[
https://issues.apache.org/jira/browse/HBASE-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283166#comment-14283166
]
Hudson commented on HBASE-12878:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6037 (See
[https://builds.apache.org/job/HBase-TRUNK/6037/])
HBASE-12878 Incorrect HFile path in TestHFilePerformance print output (Vikas
Vishwakarma) (apurtell: rev 53815afc1023a624d6b6069f4111692951a78848)
*
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)