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