43444546474849
private boolean clientRunning = true; public SnapshotClient(Configuration conf) throws IOException { this.conf = conf; this.client = new DFSClient(conf); this.shell = new SnapshotShell(conf); }