[jira] [Resolved] (HDFS-6277) WebHdfsFileSystem#toUrl does not perform character escaping for rename

2016-09-30 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-6277. - Resolution: Won't Fix This bug is present in the 1.x line, but not 2.x or 3.x. I'm resolving this

Re: Is anyone seeing this during trunk build?

2016-09-30 Thread Kihwal Lee
> or maybe replace with bcel-findbugs ? We are not invoking this directly, but maven-project-info-reports-plugin does.It depends on maven-shared-jar-1.1, which uses bcel. I tried the latest maven-project-info-reports-plugin v.2.9 and it solvesthe problem. The maven-shared-jar-1.2 it depends on

[jira] [Created] (HDFS-10937) libhdfs++: hdfsRead return -1 at eof

2016-09-30 Thread Bob Hansen (JIRA)
Bob Hansen created HDFS-10937: - Summary: libhdfs++: hdfsRead return -1 at eof Key: HDFS-10937 URL: https://issues.apache.org/jira/browse/HDFS-10937 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-10938) Ozone: SCM: Add datanode protocol

2016-09-30 Thread Anu Engineer (JIRA)
Anu Engineer created HDFS-10938: --- Summary: Ozone: SCM: Add datanode protocol Key: HDFS-10938 URL: https://issues.apache.org/jira/browse/HDFS-10938 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-10939) Reduce performance penalty of encryption zones

2016-09-30 Thread Daryn Sharp (JIRA)
Daryn Sharp created HDFS-10939: -- Summary: Reduce performance penalty of encryption zones Key: HDFS-10939 URL: https://issues.apache.org/jira/browse/HDFS-10939 Project: Hadoop HDFS Issue Type:

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

2016-09-30 Thread Ming Ma
+1 Successfully compiled a standalone HDFS app using the 2.6.5 jars extracted from the release tar.gz. On Thu, Sep 29, 2016 at 10:33 AM, Chris Trezzo wrote: > +1 > > Thanks Sangjin! > > 1. Verified md5 checksums and signature on src, and release tar.gz. > 2. Built from

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

2016-09-30 Thread Sangjin Lee
Thanks Ming! I know it's getting late on Friday, but I'd like to ask you folks to take a little time to check out the release candidate and vote on it. That would be fantastic. Thanks! Sangjin On Fri, Sep 30, 2016 at 3:53 PM Ming Ma wrote: > +1 > > Successfully

[jira] [Created] (HDFS-10942) Incorrect handling of flushing edit logs to JN

2016-09-30 Thread Yongjun Zhang (JIRA)
Yongjun Zhang created HDFS-10942: Summary: Incorrect handling of flushing edit logs to JN Key: HDFS-10942 URL: https://issues.apache.org/jira/browse/HDFS-10942 Project: Hadoop HDFS Issue

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

2016-09-30 Thread John Zhuge
+1 (non-binding) - Verified checksums and signatures of the tarballs - Built source with Java 1.8.0_101 on Centos 7.2 with native - Built source with Java 1.7.0_79 on Mac - Verified licenses and notices using verify-license-notice.sh - Deployed a pseudo cluster - Ran basic dfs, distcp, ACL,

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

2016-09-30 Thread John Zhuge
Hi Sangjin: Thanks for preparing the release. Notice these lines in CHANGES-YARN-2.6.5-RC0.txt: <<< HEAD > YARN-4434. NodeManager Disk Checker parameter documentation is not > correct. > (Weiwei Yang via aajisaka) > > Release 2.6.2 - 2015-10-28 > === > YARN-3893. Both RM in

[jira] [Created] (HDFS-10943) rollEditLog expects empty EditsDoubleBuffer.bufCurrent which is not guaranteed

2016-09-30 Thread Yongjun Zhang (JIRA)
Yongjun Zhang created HDFS-10943: Summary: rollEditLog expects empty EditsDoubleBuffer.bufCurrent which is not guaranteed Key: HDFS-10943 URL: https://issues.apache.org/jira/browse/HDFS-10943

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

2016-09-30 Thread Brahma Reddy Battula
Thanks Sangjin! +1 ( non- binding) --Downloaded the source and complied --Installed HA cluster --Verified basic fsshell commands ---Did the regression on issues which is handled by me --Ran pi,terasort Slive jobs, all works fine. Happy to see HDFS-9530. Read through the commit

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

2016-09-30 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/180/ [Sep 29, 2016 10:35:00 AM] (stevel) HADOOP-13663 Index out of range in SysInfoWindows. Contributed by Inigo [Sep 29, 2016 2:00:31 PM] (jianhe) YARN-4205. Add a service for monitoring application life time

[jira] [Created] (HDFS-10936) allow snapshot command should not print exception trace when folder not found

2016-09-30 Thread Jagadesh Kiran N (JIRA)
Jagadesh Kiran N created HDFS-10936: --- Summary: allow snapshot command should not print exception trace when folder not found Key: HDFS-10936 URL: https://issues.apache.org/jira/browse/HDFS-10936

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

2016-09-30 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/110/ [Sep 29, 2016 2:00:31 PM] (jianhe) YARN-4205. Add a service for monitoring application life time out. [Sep 29, 2016 3:27:17 PM] (jlowe) MAPREDUCE-6771. RMContainerAllocator sends container diagnostics

[jira] [Created] (HDFS-10940) Reduce performance penalty of block caching when not used

2016-09-30 Thread Daryn Sharp (JIRA)
Daryn Sharp created HDFS-10940: -- Summary: Reduce performance penalty of block caching when not used Key: HDFS-10940 URL: https://issues.apache.org/jira/browse/HDFS-10940 Project: Hadoop HDFS

[jira] [Created] (HDFS-10941) Improve BlockManager#processMisReplicatesAsync log

2016-09-30 Thread Xiaoyu Yao (JIRA)
Xiaoyu Yao created HDFS-10941: - Summary: Improve BlockManager#processMisReplicatesAsync log Key: HDFS-10941 URL: https://issues.apache.org/jira/browse/HDFS-10941 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-10934) TestDFSShell.testStat fails intermittently

2016-09-30 Thread Eric Badger (JIRA)
Eric Badger created HDFS-10934: -- Summary: TestDFSShell.testStat fails intermittently Key: HDFS-10934 URL: https://issues.apache.org/jira/browse/HDFS-10934 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-10935) TestFileChecksum tests are failing after HDFS-10460 (Mac only?)

2016-09-30 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HDFS-10935: -- Summary: TestFileChecksum tests are failing after HDFS-10460 (Mac only?) Key: HDFS-10935 URL: https://issues.apache.org/jira/browse/HDFS-10935 Project: Hadoop