Re: Where did hdfs source go?

2011-06-13 Thread Matthew Foley
And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp --Matt On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: Hi Ravi, See this JIRA for more info: https://issues.apache.org/jira/browse/HADOOP-7106 -- Aaron T. Myers Software Engineer, Cloudera On Mon, Jun 13, 2011 at

Re: what to do with the remaind space in the last block

2011-05-05 Thread Matthew Foley
Xu, the datanode only stores the amount of data provided. If the last block only has, e.g., 10 bytes in it, then the datanode will use one low-level block (the minimum space allocation from the underlying file system) to store those 10 bytes. Typically, low-level blocks are 8KB, but that depen