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

2014-11-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1937/changes Changes: [vinayakumarb] HDFS-7399. Lack of synchronization in DFSOutputStream#Packet#getLastByteOffsetBlock() (Contributed by Vinayakumar B) [wheat9] HDFS-7279. Use netty to implement DatanodeWebHdfsMethods. Contributed by

Hadoop-Hdfs-trunk - Build # 1937 - Failure

2014-11-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1937/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6841 lines...] [INFO] Executed tasks [INFO] [INFO] ---

Hadoop-Hdfs-trunk-Java8 - Build # 9 - Failure

2014-11-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/9/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6839 lines...] [INFO] Executed tasks [INFO] [INFO]

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #9

2014-11-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/9/changes Changes: [vinayakumarb] HDFS-7399. Lack of synchronization in DFSOutputStream#Packet#getLastByteOffsetBlock() (Contributed by Vinayakumar B) [wheat9] HDFS-7279. Use netty to implement DatanodeWebHdfsMethods. Contributed by

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-18 Thread Tsuyoshi OZAWA
Hi, I also found that a following command fails with hadoop-2.6.0-rc1-src.tar.gz: $ mvn package -Pdocs -DskipTests -Dtar I filed it as HADOOP-11316. We should fix it if possible. Or, should we fix it for 2.6.1? Thanks, - Tsuyoshi On Tue, Nov 18, 2014 at 3:04 PM, Tsuyoshi OZAWA

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-18 Thread Arun C Murthy
Tsuyoshi, I think you have to pass along -Pdist too… afaik that is how the Jenkins we use for building release artifacts operates. For now, I've marked HADOOP-11316 for inclusion into 2.6.1 if required. thanks, Arun On Nov 18, 2014, at 7:26 AM, Tsuyoshi OZAWA ozawa.tsuyo...@gmail.com

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-18 Thread Eric Payne
+1 . Thanks Arun, for producing this release. I downloaded and built the  source. I started local cluster and ran wordcount, sleep, and streaming jobs.  - I ran a distributed shell job which tested preserving containers across AM restart by setting the

[jira] [Created] (HDFS-7405) TestDatanodeBlockScanner#testDuplicateScans hangs

2014-11-18 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-7405: - Summary: TestDatanodeBlockScanner#testDuplicateScans hangs Key: HDFS-7405 URL: https://issues.apache.org/jira/browse/HDFS-7405 Project: Hadoop HDFS Issue Type:

[jira] [Reopened] (HDFS-7404) Remove o.a.h.hdfs.server.datanode.web.resources

2014-11-18 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang reopened HDFS-7404: --- Remove o.a.h.hdfs.server.datanode.web.resources ---

[jira] [Resolved] (HDFS-7404) Remove o.a.h.hdfs.server.datanode.web.resources

2014-11-18 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haohui Mai resolved HDFS-7404. -- Resolution: Fixed Fix Version/s: (was: 3.0.0) 2.7.0 Remove

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-18 Thread Karthik Kambatla
+1 (binding) on the source tarball, would be nice to redo the binary tarball. - Stood up a pseudo-dist cluster, and ran some HDFS and MR jobs. - The binary is about 40 MB larger than the previous release; it appears the docs are copied over twice - share/doc/hadoop and share/hadoop. The binary

[jira] [Created] (HDFS-7407) Minor typo in privileged pid/out/log names

2014-11-18 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HDFS-7407: -- Summary: Minor typo in privileged pid/out/log names Key: HDFS-7407 URL: https://issues.apache.org/jira/browse/HDFS-7407 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-7408) Add a counter in the log that shows the number of block reports processed

2014-11-18 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HDFS-7408: - Summary: Add a counter in the log that shows the number of block reports processed Key: HDFS-7408 URL: https://issues.apache.org/jira/browse/HDFS-7408 Project:

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-18 Thread Tsuyoshi OZAWA
+1 if once discussion about HDFS-6833 is done(non-binding). * Verified checksum. * Deployed cluster and ran some mr examples. * Checked RM restart while running jobs. I think you have to pass along -Pdist too… afaik that is how the Jenkins we use for building release artifacts operates.

[jira] [Created] (HDFS-7409) Allow dead nodes to finish decommissioning if all files are fully replicated

2014-11-18 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-7409: - Summary: Allow dead nodes to finish decommissioning if all files are fully replicated Key: HDFS-7409 URL: https://issues.apache.org/jira/browse/HDFS-7409 Project: Hadoop

[jira] [Created] (HDFS-7410) Support CreateFlags for append()

2014-11-18 Thread Vinayakumar B (JIRA)
Vinayakumar B created HDFS-7410: --- Summary: Support CreateFlags for append() Key: HDFS-7410 URL: https://issues.apache.org/jira/browse/HDFS-7410 Project: Hadoop HDFS Issue Type: Improvement