HBASE-1875 Compression test utility
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@822023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6213bc3c8e
commit
72adc4c9e2
|
@ -34,8 +34,8 @@ public class CompressionTest {
|
|||
protected static Path path = new Path(".hfile-comp-test");
|
||||
|
||||
public static void usage() {
|
||||
System.out.println("Usage: CompressionTest HDFS_PATH none|gz|lzo");
|
||||
System.exit(0);
|
||||
System.err.println("Usage: CompressionTest HDFS_PATH none|gz|lzo");
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
protected static DistributedFileSystem openConnection(String urlString)
|
||||
|
@ -86,4 +86,4 @@ public class CompressionTest {
|
|||
System.out.println("FAILED");
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue