Re: Thinking ahead to hadoop-2.6

2014-08-15 Thread Subramaniam Krishnan
Thanks for initiating the thread Arun. Can we add YARN-1051 to the list? We have most of the patches for the sub-JIRAs under review and have committed a couple. -Subru -- Forwarded message -- From: Arun C Murthy Date: Tue, Aug

[jira] [Created] (HDFS-6856) Send an OOB ack asynchronously

2014-08-15 Thread Brandon Li (JIRA)
Brandon Li created HDFS-6856: Summary: Send an OOB ack asynchronously Key: HDFS-6856 URL: https://issues.apache.org/jira/browse/HDFS-6856 Project: Hadoop HDFS Issue Type: Bug Components

Re: [VOTE] Merge fs-encryption branch to trunk

2014-08-15 Thread sanjay Radia
+1 (binding) We have made some great progress in the last few days on some of the issues I raised. I have posted a summary of the followup items that are needed on the Jira today. I am +1ing expecting the team will complete Items 1 (distcp/cp) and 2 (webhdfs) promptly. Before we publish trans

Re: [VOTE] Merge fs-encryption branch to trunk

2014-08-15 Thread Andrew Wang
With 4 binding +1s, 3 non-binding +1s, no -1s, the vote passes. Thanks everyone who gave feedback at this stage, particularly Sanjay and Suresh. I should add that this vote will run for the standard 7 days for a non-release vote, so will close at 12PM Pacific on August 15th. On Fri, Aug 8, 2014 a

Re: [DISCUSS] Switch to log4j 2

2014-08-15 Thread Karthik Kambatla
Using asynchronous loggers for improved performance sounds reasonable. However, IMO we already log too much at INFO level (particularly YARN). Logging more at DEBUG level and lowering the overhead of enabling DEBUG logging is preferable. One concern is the defaults. Based on what I read on the log

Re: [DISCUSS] Switch to log4j 2

2014-08-15 Thread Aaron T. Myers
Not necessarily opposed to switching logging frameworks, but I believe we can actually support async logging with today's logging system if we wanted to, e.g. as was done for the HDFS audit logger in this JIRA: https://issues.apache.org/jira/browse/HDFS-5241 -- Aaron T. Myers Software Engineer, C

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

2014-08-15 Thread Apache Jenkins Server
See Changes: [jianhe] YARN-2378. Added support for moving applications across queues in CapacityScheduler. Contributed by Subramaniam Venkatraman Krishnan [wang] Move HADOOP-10121 to correct section of CHANGES.txt [wang] HADOOP-109

Hadoop-Hdfs-trunk - Build # 1838 - Still Failing

2014-08-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1838/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 13795 lines...] [INFO] [INFO] --- maven-javadoc-plugin:2

Re: [DISCUSS] Switch to log4j 2

2014-08-15 Thread Steve Loughran
moving to SLF4J as an API is independent —it's just a better API for logging than commons-logging, was already a dependency and doesn't force anyone to switch to a new log back end. On 15 August 2014 03:34, Tsuyoshi OZAWA wrote: > Hi, > > Steve has started discussion titled "use SLF4J APIs in n