[jira] [Created] (HADOOP-9824) TestSymlinkHdfsDisable fails on Windows

2013-08-04 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9824: -- Summary: TestSymlinkHdfsDisable fails on Windows Key: HADOOP-9824 URL: https://issues.apache.org/jira/browse/HADOOP-9824 Project: Hadoop Common Issue Type: Bug

Re: [jira] [Created] (HADOOP-9822) create constant maxCapacity in RetryCache rather than hard-coding 16 in RetryCache constructor

2013-08-04 Thread Suresh Srinivas
I do not think this is worth making a change. Even Java code has these kinds of instances. This is essentially private static used in one single class, only in the constructor. That said, if you still want to make this change, it is not maxCapacity. It is DEFAULT_INITIAL_CAPACITY. On Aug 1, 20

Re: [ANNOUNCE] Hadoop version 1.2.1 (stable) released

2013-08-04 Thread Matt Foley
>> which will include Windows native compatibility. My apologies, this was incorrect. Windows has only been integrated to trunk and branch-2.1. Thanks, --Matt On Sun, Aug 4, 2013 at 2:08 PM, Matt Foley wrote: > I'm happy to announce that Hadoop version 1.2.1 has passed its release > vote and

Re: Java 7 and Hadoop

2013-08-04 Thread Sangjin Lee
This is how we work through this in hadoop-lzo using profiles: https://github.com/twitter/hadoop-lzo/blob/master/pom.xml#L105 Of course, if we have more than one use for profiles things would get hairy quickly. FWIW. Sangjin On Sat, Aug 3, 2013 at 1:34 AM, Steve Loughran wrote: > would be nice

[ANNOUNCE] Hadoop version 1.2.1 (stable) released

2013-08-04 Thread Matt Foley
I'm happy to announce that Hadoop version 1.2.1 has passed its release vote and is now available. It has 18 bug fixes and patches over the previous 1.2.0 release; please see Hadoop 1.2.1 Release Notesfor details. This release of Hadoop-1.2 i

[jira] [Created] (HADOOP-9823) Make ReconfigurableServlet compatible with chrome/firefox

2013-08-04 Thread Zesheng Wu (JIRA)
Zesheng Wu created HADOOP-9823: -- Summary: Make ReconfigurableServlet compatible with chrome/firefox Key: HADOOP-9823 URL: https://issues.apache.org/jira/browse/HADOOP-9823 Project: Hadoop Common