[jira] Resolved: (HADOOP-4882) Fix Eclipse configuration to work with ivy

2009-12-31 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-4882. --- Resolution: Duplicate Duplicate of HADOOP-6407. Fix Eclipse configuration to work with ivy

[jira] Resolved: (HADOOP-4762) Fix Eclipse classpath following introduction of gridmix 2

2009-12-31 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-4762. --- Resolution: Won't Fix Superseded by HADOOP-6407. Fix Eclipse classpath following introduction of

[jira] Resolved: (HADOOP-2409) Make EC2 image independent of Hadoop version

2009-12-31 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved HADOOP-2409. --- Resolution: Won't Fix Fixed as a by-product of HADOOP-6108. Make EC2 image independent of Hadoop

Re: clearing o.a.h.io.Text

2009-12-31 Thread Owen O'Malley
On Dec 30, 2009, at 12:36 AM, Kay Kay wrote: 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