/// <exception cref="System.IO.IOException"/> internal override int DoWorkInternal(GetConf tool, string[] args) { tool.PrintMap(DFSUtil.GetSecondaryNameNodeAddresses(tool.GetConf())); return(0); }
/// <exception cref="System.IO.IOException"/> internal override int DoWorkInternal(GetConf tool, string[] args) { tool.PrintMap(DFSUtil.GetNNServiceRpcAddressesForCluster(tool.GetConf())); return(0); }