[jira] Resolved: (HADOOP-6128) Serializer and Deserializer should extend java.io.Closeable

2009-12-30 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-6128. --- Resolution: Duplicate Fixed in HADOOP-6165. > Serializer and Deserializer should extend java.io.Clo

[jira] Resolved: (HADOOP-5959) Support availability zone in EC2 scripts

2009-12-30 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-5959. --- Resolution: Duplicate Fixed as a part of HADOOP-6108. > Support availability zone in EC2 scripts >

[jira] Resolved: (HADOOP-4745) EC2 scripts should configure Hadoop to use all available disks on large instances

2009-12-30 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-4745. --- Resolution: Duplicate This was fixed as a part of HADOOP-6108. > EC2 scripts should configure Hadoo

clearing o.a.h.io.Text

2009-12-30 Thread Kay Kay
In o.a.h.io.Text - the clear method currently just resets length to 0, while not doing anything about the bytes internally. Curious to know the thoughts behind the decision (to let the internal bytes to be reused for future appends vs. memory leaks due to not clearing them ) ? Thanks. $ sv