Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Zhijie Shen
+1 (binding) Built from source, deployed a single node cluster and tried some MR jobs. - Zhijie From: Devaraj K Sent: Monday, June 29, 2015 9:24 PM To: common-...@hadoop.apache.org Cc: hdfs-dev@hadoop.apache.org; yarn-...@hadoop.apache.org; mapreduce-...

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Devaraj K
+1 (non-binding) Deployed in a 3 node cluster and ran some Yarn Apps and MR examples, works fine. On Tue, Jun 30, 2015 at 1:46 AM, Xuan Gong wrote: > +1 (non-binding) > > Compiled and deployed a single node cluster, ran all the tests. > > > Xuan Gong > > On 6/29/15, 1:03 PM, "Arpit Gupta" wro

[jira] [Created] (HDFS-8698) Add "-direct" flag option for fs copy so that user can choose not to create "._COPYING_" file

2015-06-29 Thread Chen He (JIRA)
Chen He created HDFS-8698: - Summary: Add "-direct" flag option for fs copy so that user can choose not to create "._COPYING_" file Key: HDFS-8698 URL: https://issues.apache.org/jira/browse/HDFS-8698 Project:

[jira] [Created] (HDFS-8697) Refactor DecommissionManager: more generic method names and misc cleanup

2015-06-29 Thread Zhe Zhang (JIRA)
Zhe Zhang created HDFS-8697: --- Summary: Refactor DecommissionManager: more generic method names and misc cleanup Key: HDFS-8697 URL: https://issues.apache.org/jira/browse/HDFS-8697 Project: Hadoop HDFS

[jira] [Created] (HDFS-8696) Small reads are blocked by large long running reads

2015-06-29 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HDFS-8696: --- Summary: Small reads are blocked by large long running reads Key: HDFS-8696 URL: https://issues.apache.org/jira/browse/HDFS-8696 Project: Hadoop HDFS Issue Typ

[jira] [Created] (HDFS-8695) OzoneHandler : Add Bucket REST Interface

2015-06-29 Thread Anu Engineer (JIRA)
Anu Engineer created HDFS-8695: -- Summary: OzoneHandler : Add Bucket REST Interface Key: HDFS-8695 URL: https://issues.apache.org/jira/browse/HDFS-8695 Project: Hadoop HDFS Issue Type: Sub-task

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Xuan Gong
+1 (non-binding) Compiled and deployed a single node cluster, ran all the tests. Xuan Gong On 6/29/15, 1:03 PM, "Arpit Gupta" wrote: >+1 (non binding) > >We have been testing rolling upgrades and downgrades from 2.6 to this >release and have had successful runs. > >-- >Arpit Gupta >Hortonwork

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Arpit Gupta
+1 (non binding) We have been testing rolling upgrades and downgrades from 2.6 to this release and have had successful runs. -- Arpit Gupta Hortonworks Inc. http://hortonworks.com/ > On Jun 29, 2015, at 12:45 PM, Lei Xu wrote: > > +1 binding > > Downloaded src and bin distribution, verified

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Lei Xu
+1 binding Downloaded src and bin distribution, verified md5, sha1 and sha256 checksums of both tar files. Built src using mvn package. Ran a pseudo HDFS cluster Ran dfs -put some files, and checked files on NN's web interface. On Mon, Jun 29, 2015 at 11:54 AM, Wangda Tan wrote: > +1 (non-bind

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Wangda Tan
+1 (non-binding) Compiled and deployed a single node cluster, tried to change node labels and run distributed_shell with node label specified. On Mon, Jun 29, 2015 at 10:30 AM, Ted Yu wrote: > +1 (non-binding) > > Compiled hbase branch-1 with Java 1.8.0_45 > Ran unit test suite which passed. >

[jira] [Created] (HDFS-8693) refreshNamenodes does not support adding a new standby to a running DN

2015-06-29 Thread Jian Fang (JIRA)
Jian Fang created HDFS-8693: --- Summary: refreshNamenodes does not support adding a new standby to a running DN Key: HDFS-8693 URL: https://issues.apache.org/jira/browse/HDFS-8693 Project: Hadoop HDFS

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Ted Yu
+1 (non-binding) Compiled hbase branch-1 with Java 1.8.0_45 Ran unit test suite which passed. On Mon, Jun 29, 2015 at 7:22 AM, Steve Loughran wrote: > > +1 binding from me. > > Tests: > > Rebuild slider with Hadoop.version=2.7.1; ran all the tests including > against a secure cluster. > Repeate

[jira] [Created] (HDFS-8692) Fix test case failures o.a.h.h.TestHDFSFileSystemContract and TestWebHdfsFileSystemContract.testListStatus

2015-06-29 Thread Brahma Reddy Battula (JIRA)
Brahma Reddy Battula created HDFS-8692: -- Summary: Fix test case failures o.a.h.h.TestHDFSFileSystemContract and TestWebHdfsFileSystemContract.testListStatus Key: HDFS-8692 URL: https://issues.apache.org/jira/

[jira] [Created] (HDFS-8691) Cleanup BlockScanner initialization and add test for configuration contract

2015-06-29 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-8691: --- Summary: Cleanup BlockScanner initialization and add test for configuration contract Key: HDFS-8691 URL: https://issues.apache.org/jira/browse/HDFS-8691 Project: Hadoop

[jira] [Created] (HDFS-8690) LeaseRenewer should not abort DFSClient when renew fails

2015-06-29 Thread Chang Li (JIRA)
Chang Li created HDFS-8690: -- Summary: LeaseRenewer should not abort DFSClient when renew fails Key: HDFS-8690 URL: https://issues.apache.org/jira/browse/HDFS-8690 Project: Hadoop HDFS Issue Type: Bu

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

2015-06-29 Thread Apache Jenkins Server
See Changes: [stevel] HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel) [arp] HDFS-8681. BlockScanner is incorrectly disabled by default. (Contr

Hadoop-Hdfs-trunk-Java8 - Build # 232 - Still Failing

2015-06-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/232/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7442 lines...] [INFO] --- maven-enforcer-plugin:1.3.

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

2015-06-29 Thread Apache Jenkins Server
See Changes: [stevel] HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel) [arp] HDFS-8681. BlockScanner is incorrectly disabled by default. (Contribute

Hadoop-Hdfs-trunk - Build # 2171 - Failure

2015-06-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2171/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6911 lines...] [INFO] --- maven-enforcer-plugin:1.3.1:enf

Re: [VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Steve Loughran
+1 binding from me. Tests: Rebuild slider with Hadoop.version=2.7.1; ran all the tests including against a secure cluster. Repeated for windows running Java 8. All tests passed > On 29 Jun 2015, at 09:45, Vinod Kumar Vavilapalli wrote: > > Hi all, > > I've created a release candidate RC

[jira] [Created] (HDFS-8689) move hasClusterEverBeenMultiRack to NetworkTopology

2015-06-29 Thread Walter Su (JIRA)
Walter Su created HDFS-8689: --- Summary: move hasClusterEverBeenMultiRack to NetworkTopology Key: HDFS-8689 URL: https://issues.apache.org/jira/browse/HDFS-8689 Project: Hadoop HDFS Issue Type: Sub-t

[jira] [Created] (HDFS-8688) replace shouldCheckForEnoughRacks with hasClusterEverBeenMultiRack

2015-06-29 Thread Walter Su (JIRA)
Walter Su created HDFS-8688: --- Summary: replace shouldCheckForEnoughRacks with hasClusterEverBeenMultiRack Key: HDFS-8688 URL: https://issues.apache.org/jira/browse/HDFS-8688 Project: Hadoop HDFS I

[jira] [Created] (HDFS-8687) Remove the duplicate usage message from Dfsck.java

2015-06-29 Thread Brahma Reddy Battula (JIRA)
Brahma Reddy Battula created HDFS-8687: -- Summary: Remove the duplicate usage message from Dfsck.java Key: HDFS-8687 URL: https://issues.apache.org/jira/browse/HDFS-8687 Project: Hadoop HDFS

[jira] [Created] (HDFS-8686) WebHdfsFileSystem#getXAttr(Path p, final String name) doesn't work if domain name is in bigcase

2015-06-29 Thread Jagadesh Kiran N (JIRA)
Jagadesh Kiran N created HDFS-8686: -- Summary: WebHdfsFileSystem#getXAttr(Path p, final String name) doesn't work if domain name is in bigcase Key: HDFS-8686 URL: https://issues.apache.org/jira/browse/HDFS-8686

[VOTE] Release Apache Hadoop 2.7.1 RC0

2015-06-29 Thread Vinod Kumar Vavilapalli
Hi all, I've created a release candidate RC0 for Apache Hadoop 2.7.1. As discussed before, this is the next stable release to follow up 2.6.0, and the first stable one in the 2.7.x line. The RC is available for validation at: *http://people.apache.org/~vinodkv/hadoop-2.7.1-RC0/

[jira] [Created] (HDFS-8685) Hadoop tools jars should be added in "dfs" class path.

2015-06-29 Thread Surendra Singh Lilhore (JIRA)
Surendra Singh Lilhore created HDFS-8685: Summary: Hadoop tools jars should be added in "dfs" class path. Key: HDFS-8685 URL: https://issues.apache.org/jira/browse/HDFS-8685 Project: Hadoop HDF