()
| 96 | } |
| 97 | |
| 98 | private static void usage() { |
| 99 | String name = TestLog.class.getName(); |
| 100 | LOG.severe("Usage: " + name + " <zk> <quorum_size> <log_dir> <load_file>"); |
| 101 | } |
| 102 | |
| 103 | private static int system(String command) |
| 104 | throws IOException, InterruptedException { |