[jira] Resolved: (HDFS-133) setPermssion locks FSNamesystem across logSync.

2010-04-14 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-133. -- Resolution: Duplicate This fix is covered by HDFS-988 > setPermssion locks FSNamesystem across logSync.

HDFS-1031 : Gentle reminder for review

2010-04-14 Thread André Oriani
Hi Folks, I have sent a patch to HDFS-1031 and it has passed all the hudson tests. Could someone, please, review the patch and send comments? I would be very grateful. Thanks a lot, -- André Oriani MSc Candidate at Computer Science Institute-Unicamp BRAZIL

[jira] Resolved: (HDFS-956) Improper synchronization in some FSNamesystem methods

2010-04-14 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-956. -- Resolution: Duplicate HDFS-988 will cover these as well. > Improper synchronization in some FSNamesystem

Re: Sendmail restarted for patch process

2010-04-14 Thread Giridharan Kesavan
Jira_cli is still not able to post comments on to jira. Asfinfra is notified of this, they are working on it,. Thanks, Giri On 13/04/10 11:42 AM, "Giridharan Kesavan" wrote: Folks, It looks like sendmail process on hudson.zones crashed and all the test patch jobs submitted in the last two da

Re: how to split data

2010-04-14 Thread Jitendra Nath Pandey
Hdfs manages the splitting and block allocation, user doesn't need to specify the splits explicitly. The last block of a file can be smaller than the configured block size...so in this case it will be (64,64,1). On 4/13/10 9:55 PM, "lee.sung...@wipro.com" wrote: > > Hi > i am studying about had