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

2011-10-15 Thread wd
hadoop dfsadmin -report On Sat, Oct 15, 2011 at 8:16 AM, Steve Lewis lordjoe2...@gmail.com wrote: We have a small cluster with HDFS running on only 8 nodes - I believe that the partition assigned to hdfs might be getting full and wonder if the web tools or java api havew a way to look at free

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

2011-10-15 Thread Uma Maheswara Rao G 72686
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-user@hadoop.apache.org hadoop dfsadmin -report On Sat, Oct 15, 2011 at 8:16 AM, Steve Lewis lordjoe2...@gmail.com wrote: We have a small cluster

Is there a good way to see how full hdfs is

2011-10-14 Thread Steve Lewis
We have a small cluster with HDFS running on only 8 nodes - I believe that the partition assigned to hdfs might be getting full and wonder if the web tools or java api havew a way to look at free space on hdfs -- Steven M. Lewis PhD 4221 105th Ave NE Kirkland, WA 98033 206-384-1340 (cell) Skype

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

2011-10-14 Thread Harsh J
Steve, The http://host:50070/dfsnodelist.jsp?whatNodes=LIVE and http://host:50070/dfshealth.jsp pages have per-DN disk usage and overall disk usage summaries for your HDFS. If you want a drill down on per-partition level within a single DataNode, I do not think there's an interface or an API