Re: Is there a good way to see how full hdfs is

2011-10-20 Thread Mapred Learn
- From: ivan.nov...@emc.com Date: Monday, October 17, 2011 9:07 pm Subject: Re: Is there a good way to see how full hdfs is To: common-user@hadoop.apache.org, mapreduce-u...@hadoop.apache.org Cc: common-...@hadoop.apache.org So is there a client program to call this? Can one write

Re: Is there a good way to see how full hdfs is

2011-10-19 Thread Rajiv Chittajallu
...@emc.com Date: Monday, October 17, 2011 9:07 pm Subject: Re: Is there a good way to see how full hdfs is To: common-user@hadoop.apache.org, mapreduce-u...@hadoop.apache.org Cc: common-...@hadoop.apache.org So is there a client program to call this? Can one write their own simple client to call

Re: Is there a good way to see how full hdfs is

2011-10-18 Thread Ivan.Novick
dfs.getDiskStatus(); } DistributedFileSystem has the above API from java API side. Regards, Uma - Original Message - From: wd w...@wdicc.com Date: Saturday, October 15, 2011 4:16 pm Subject: Re: Is there a good way to see how full hdfs is To: mapreduce-u...@hadoop.apache.org

Re: Is there a good way to see how full hdfs is

2011-10-17 Thread Uma Maheswara Rao G 72686
... This api will give you that stats. Regards, Uma - Original Message - From: ivan.nov...@emc.com Date: Monday, October 17, 2011 9:07 pm Subject: Re: Is there a good way to see how full hdfs is To: common-user@hadoop.apache.org, mapreduce-u...@hadoop.apache.org Cc: common-...@hadoop.apache.org

Re: Is there a good way to see how full hdfs is

2011-10-17 Thread Harsh J
: Is there a good way to see how full hdfs is To: common-user@hadoop.apache.org, mapreduce-u...@hadoop.apache.org Cc: common-...@hadoop.apache.org So is there a client program to call this? Can one write their own simple client to call this method from all diskson the cluster? How about a map reduce

Re: Is there a good way to see how full hdfs is

2011-10-17 Thread Ivan.Novick
the statistics about the diskspace usage for the complete filesystem and etc... This api will give you that stats. Regards, Uma - Original Message - From: ivan.nov...@emc.com Date: Monday, October 17, 2011 9:07 pm Subject: Re: Is there a good way to see how full hdfs is To: common-user

Re: Is there a good way to see how full hdfs is

2011-10-17 Thread Uma Maheswara Rao G 72686
, October 17, 2011 9:48 pm Subject: Re: Is there a good way to see how full hdfs is To: common-user@hadoop.apache.org Hi Harsh, I need access to the data programatically for system automation, and hence I do not want a monitoring tool but access to the raw data. I am more than happy to use

Re: Is there a good way to see how full hdfs is

2011-10-17 Thread Rajiv Chittajallu
, Uma - Original Message - From: ivan.nov...@emc.com Date: Monday, October 17, 2011 9:07 pm Subject: Re: Is there a good way to see how full hdfs is To: common-user@hadoop.apache.org, mapreduce-u...@hadoop.apache.org Cc: common-...@hadoop.apache.org So is there a client program