Re: [VOTE] Release Apache Hadoop 2.4.0

2014-04-04 Thread Eli Collins
+1 for another rc. There have been quite a few issues found (handful marked blocker) and this is only the first release candidate, seems like the point of having multiple release candidates is to iterate with another one that addresses the major issues found with the previous one. On Fri, Apr 4,

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-04-04 Thread Gera Shegalov
I built the release from the rc tag, enabled timeline history service and ran a sleep job on a pseudo-distributed cluster. I encourage another rc, for 2.4.0 (non-binding) 1) Despite the discussion on YARN-1701, timeline AHS still sets yarn.timeline-service.generic-application-history.fs-history-s

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-04-04 Thread Azuryy
Arun, Do you mean you will cut another RC for 2.4? Sent from my iPhone5s > On 2014年4月5日, at 3:50, "Arun C. Murthy" wrote: > > Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the > fix-version to 2.4.1. > > Thanks again. > > Arun > > >> On Apr 3, 2014, at 11:38 PM, Tsuyosh

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-04-04 Thread Arun C. Murthy
Thanks for helping Tsuyoshi. Pls mark them as Blockers and set the fix-version to 2.4.1. Thanks again. Arun > On Apr 3, 2014, at 11:38 PM, Tsuyoshi OZAWA wrote: > > Hi, > > Updated a test result log based on the result of 2.4.0-rc0: > https://gist.github.com/oza/9965197 > > IMO, there are

Re: Putting the hdfs client as a separate jar

2014-04-04 Thread Haohui Mai
I agree with Nicholas, Steve and Alejandro that it might require some nontrivial to achieve the goal. Here is my high-level plan: 1. Create a new hdfs-client package, and gradually move classes from hdfs to hdfs-client. Fortunately IDEs like Eclipse and IntelliJ can do most of the heavy-liftings.

Re: Putting the hdfs client as a separate jar

2014-04-04 Thread Haohui Mai
Tuning the POM only mitigates the problem. The problem of one HDFS jar is that you can't rule out all unnecessary dependency. For example, NamenodeWebHdfsMethods depends on jersey-server and servlet. The Apache Falcon project has clients for HDFS, Hive, Pig, Oozie, thus it pulls in the dependency.

Hadoop-Hdfs-trunk - Build # 1721 - Failure

2014-04-04 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1721/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12963 lines...] main: [mkdir] Created dir: /home/je

Build failed in Jenkins: Hadoop-Hdfs-trunk #1721

2014-04-04 Thread Apache Jenkins Server
See Changes: [cnauroth] HADOOP-10456. Bug in Configuration.java exposed by Spark (ConcurrentModificationException). Contributed by Nishkam Ravi. [umamahesh] HADOOP-10462. DF#getFilesystem is not parsing the command output. Contribu