HBASE-12878 Incorrect HFile path in TestHFilePerformance print output (Vikas 
Vishwakarma)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/453f9294
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/453f9294
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/453f9294

Branch: refs/heads/branch-1
Commit: 453f9294b62aa15e3be219bc72b396e24c6a93df
Parents: 2f90bc5
Author: Andrew Purtell <[email protected]>
Authored: Mon Jan 19 12:46:44 2015 -0800
Committer: Andrew Purtell <[email protected]>
Committed: Mon Jan 19 12:46:54 2015 -0800

----------------------------------------------------------------------
 .../org/apache/hadoop/hbase/io/hfile/TestHFilePerformance.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/453f9294/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFilePerformance.java
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFilePerformance.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFilePerformance.java
index 5f6a593..2bb7085 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFilePerformance.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFilePerformance.java
@@ -170,7 +170,7 @@ public class TestHFilePerformance extends AbstractHBaseTool 
{
     startTime();
 
     Path path = new Path(ROOT_DIR, fileType + ".Performance");
-    System.out.println(ROOT_DIR + path.getName());
+    System.out.println(ROOT_DIR + Path.SEPARATOR + path.getName());
     FSDataOutputStream fout =  createFSOutput(path);
 
     if ("HFile".equals(fileType)){

Reply via email to