HBASE-12878 Incorrect HFile path in TestHFilePerformance print output (Vikas Vishwakarma)
This commit is contained in:
parent
4d31779dd7
commit
53815afc10
|
@ -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)){
|
||||
|
|
Loading…
Reference in New Issue