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