[jira] [Created] (HADOOP-13669) KMS Server should log exceptions before throwing

2016-09-29 Thread Xiao Chen (JIRA)
Xiao Chen created HADOOP-13669: -- Summary: KMS Server should log exceptions before throwing Key: HADOOP-13669 URL: https://issues.apache.org/jira/browse/HADOOP-13669 Project: Hadoop Common Issue

Re: Is anyone seeing this during trunk build?

2016-09-29 Thread Arun Suresh
It looks like *org.apache.hadoop.hdfs.StripeReader* is using a Java 8 lambda expression which commons bcel is still not comfortable with. As per https://issues.apache.org/jira/browse/BCEL-173 It should be fixed in commons release 6.0 of bcel. or maybe replace with bcel-findbugs ? as suggested by :

[jira] [Reopened] (HADOOP-13081) add the ability to create multiple UGIs/subjects from one kerberos login

2016-09-29 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth reopened HADOOP-13081: I have reverted from trunk, branch-2 and branch-2.8. [~daryn], can you please comment if

Re: Is anyone seeing this during trunk build?

2016-09-29 Thread Kihwal Lee
This also shows up in the precommit builds. This is not failing the build, so it might scroll over quickly before you realize. Search for ClassFormatException https://builds.apache.org/job/PreCommit-HDFS-Build/16928/artifact/patchprocess/branch-mvninstall-root.txt From: Ted Yu

Apache Hadoop qbt Report: trunk+JDK8 on Linux/ppc64le

2016-09-29 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/ [Sep 28, 2016 1:24:21 PM] (kihwal) HADOOP-11780. Prevent IPC reader thread death. Contributed by Daryn [Sep 28, 2016 6:47:37 PM] (arp) HDFS-10824. MiniDFSCluster#storageCapacities has no effects on real

[jira] [Resolved] (HADOOP-11090) [Umbrella] Support Java 8 in Hadoop

2016-09-29 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang resolved HADOOP-11090. -- Resolution: Fixed I think we're safe to resolve this JIRA. CDH blacklists a few versions,

Re: [VOTE] Release Apache Hadoop 2.6.5 (RC0)

2016-09-29 Thread Chris Trezzo
+1 Thanks Sangjin! 1. Verified md5 checksums and signature on src, and release tar.gz. 2. Built from source. 3. Started up a pseudo distributed cluster. 4. Successfully ran a PI job. 5. Ran the balancer. 6. Inspected UI for RM, NN, JobHistory. On Tue, Sep 27, 2016 at 4:11 PM, Lei Xu

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-09-29 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/ [Sep 28, 2016 9:48:18 AM] (vvasudev) YARN-5662. Provide an option to enable ContainerMonitor. Contributed by [Sep 28, 2016 10:40:10 AM] (varunsaxena) YARN-5599. Publish AM launch command to ATS (Rohith