[VOTE] Release Apache Hadoop 2.4.0

2014-03-31 Thread Arun C Murthy
Folks, I've created a release candidate (rc0) for hadoop-2.4.0 that I would like to get released. The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.4.0-rc0 The RC tag in svn is here: https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.4.0-rc0 The maven artifacts

Build failed in Jenkins: Hadoop-Common-trunk #1085

2014-03-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/1085/changes Changes: [acmurthy] Added release notes for hadoop-2.4.0. [acmurthy] Preparing for hadoop-2.4.0 release. [acmurthy] HDFS-4564. Ensure webhdfs returns correct HTTP response codes for denied operations. Contributed by Daryn

Re: very old dependencies

2014-03-31 Thread Steve Loughran
On 29 March 2014 02:41, Andrew Wang andrew.w...@cloudera.com wrote: We've successfully supported CDH4.2+ on Java 7 as well as CDH5, so I think that code wise we're ready to move to 7. We're already supporting Java7 and openjdk7. OpenJDK doesn't seem any different in terms of reliability. One

[jira] [Created] (HADOOP-10451) Remove unused field and imports from SaslRpcServer

2014-03-31 Thread Benoy Antony (JIRA)
Benoy Antony created HADOOP-10451: - Summary: Remove unused field and imports from SaslRpcServer Key: HADOOP-10451 URL: https://issues.apache.org/jira/browse/HADOOP-10451 Project: Hadoop Common

Re: very old dependencies

2014-03-31 Thread Sangjin Lee
Yes, we've been recommending the use of the classloader option. I think it is a viable solution to the version clash problem. We're not very enthused about the classpath.first config because you could trade one set of problems for another. Judging from some issues still being discovered

Re: very old dependencies

2014-03-31 Thread Sangjin Lee
I agree. We should still be diligent in keeping dependencies up-to-date as long as the changes are fairly non-destructive (I hear you about guava). That would be a pretty big service to not only users but also developers of libraries on hadoop. On Fri, Mar 28, 2014 at 11:04 AM, Steve Loughran

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-03-31 Thread Sandy Ryza
What's the state of the application history server? Do we have security, documentation, and are APIs stable? If any of these are missing, do we have a plan for how to make this clear to users? What about the timeline store? thanks, Sandy On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy

[jira] [Created] (HADOOP-10452) BUILDING.txt needs to be updated

2014-03-31 Thread Travis Thompson (JIRA)
Travis Thompson created HADOOP-10452: Summary: BUILDING.txt needs to be updated Key: HADOOP-10452 URL: https://issues.apache.org/jira/browse/HADOOP-10452 Project: Hadoop Common Issue

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-03-31 Thread Zhijie Shen
Hi Sandy, Application History Server (we prefer to call it Timeline Server instead now) is going to be shipped in 2.4 without security. I've already wrote a document about what it is, what's the current status, and how to config and start it. Via the document, hopefully the users are clear about

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-03-31 Thread Sandy Ryza
Thanks Zhijie - where is that document located? On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen zs...@hortonworks.com wrote: Hi Sandy, Application History Server (we prefer to call it Timeline Server instead now) is going to be shipped in 2.4 without security. I've already wrote a document

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-03-31 Thread Zhijie Shen
Hi Sandy, Please find TimelineServer.apt.vm. Thanks, Zhijie On Mon, Mar 31, 2014 at 11:47 AM, Sandy Ryza sandy.r...@cloudera.comwrote: Thanks Zhijie - where is that document located? On Mon, Mar 31, 2014 at 11:23 AM, Zhijie Shen zs...@hortonworks.com wrote: Hi Sandy, Application

[jira] [Resolved] (HADOOP-9710) Modify security layer to support QoP based on ports

2014-03-31 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoy Antony resolved HADOOP-9710. -- Resolution: Duplicate Release Note: resolved at the RPC layer and data transfer protocol

[jira] [Resolved] (HADOOP-9709) Add ability in Hadoop servers (Namenode, Datanode, ResourceManager ) to support multiple QOP (Authentication , Privacy)

2014-03-31 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoy Antony resolved HADOOP-9709. -- Resolution: Duplicate Release Note: resolved via HDFS_5910 and HADOOP-10221 Add