Thanks George
On Thu, Feb 7, 2013 at 4:07 PM, George Datskos <[email protected]> wrote: > Patai, > > >> I am still curious, how do we monitor the consumption of this value in >> each datanode. > > > You can use the getDataNodeStats() method of your your DistributedFileSystem > instance. It returns an array of DatanodeInfo which contains, among other > things, the xceiver count that you are looking for. > > > George
