HBASE-12878 Incorrect HFile path in TestHFilePerformance print output (Vikas Vishwakarma)
This commit is contained in:
parent
2f90bc5e20
commit
453f9294b6
|
@ -170,7 +170,7 @@ public class TestHFilePerformance extends AbstractHBaseTool {
|
||||||
startTime();
|
startTime();
|
||||||
|
|
||||||
Path path = new Path(ROOT_DIR, fileType + ".Performance");
|
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);
|
FSDataOutputStream fout = createFSOutput(path);
|
||||||
|
|
||||||
if ("HFile".equals(fileType)){
|
if ("HFile".equals(fileType)){
|
||||||
|
|
Loading…
Reference in New Issue