521522523524525526527528529530531
*/ public int saveNamespace() throws IOException { int exitCode = -1; DistributedFileSystem dfs = getDFS(); dfs.saveNamespace(); exitCode = 0; return exitCode; }
467468469470471472473474475476477
} else { printUsage("saveNamespace"); return exitCode; } } dfs.saveNamespace(force, uncompressed); return 0; } /** * Command to ask the namenode to reread the hosts and excluded hosts
470471472473474475476477478479480