[jira] [Created] (HADOOP-14184) Remove service loader config file for ftp fs

2017-03-15 Thread John Zhuge (JIRA)
John Zhuge created HADOOP-14184: --- Summary: Remove service loader config file for ftp fs Key: HADOOP-14184 URL: https://issues.apache.org/jira/browse/HADOOP-14184 Project: Hadoop Common Issue Ty

[jira] [Created] (HADOOP-14185) Remove service loader config file for Har fs

2017-03-15 Thread John Zhuge (JIRA)
John Zhuge created HADOOP-14185: --- Summary: Remove service loader config file for Har fs Key: HADOOP-14185 URL: https://issues.apache.org/jira/browse/HADOOP-14185 Project: Hadoop Common Issue Ty

[jira] [Resolved] (HADOOP-14185) Remove service loader config entry for Har fs

2017-03-15 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-14185. - Resolution: Won't Fix closing as a wontfix then. john, you could have just done a "cut

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Steve Loughran
> On 15 Mar 2017, at 00:36, Junping Du wrote: > > Thanks Andrew for reporting the issue. This JIRA is out of my radar as it? > didn't specify any target version before. > > > From my understanding, this issue is related to our previous improvements > with separating client and server jars in

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

2017-03-15 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/346/ [Mar 14, 2017 9:49:48 AM] (yqlin) HDFS-11526. Fix confusing block recovery message. Contributed by Yiqun [Mar 14, 2017 9:58:07 AM] (junping_du) YARN-6314. Potential infinite redirection on YARN log redirec

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

2017-03-15 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/258/ [Mar 14, 2017 6:47:25 PM] (wang) HDFS-11505. Do not enable any erasure coding policies by default. [Mar 14, 2017 7:52:25 PM] (naganarasimha_gr) YARN-6327. Removing queues from CapacitySchedulerQueueManager

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Steve Loughran
> On 14 Mar 2017, at 08:41, Junping Du wrote: > > Hi all, > With several important fixes get merged last week, I've created a new > release candidate (RC2) for Apache Hadoop 2.8.0. > > This is the next minor release to follow up 2.7.0 which has been released > for more than 1 year. It

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Junping Du
The latest commit on RC2 is: e51312e8e106efb2ebd4844eecacb51026fac8b7. btw, I think tags are immutable. Isn't it? Thanks, Junping From: Steve Loughran Sent: Wednesday, March 15, 2017 12:30 PM To: Junping Du Cc: common-dev@hadoop.apache.org Subject: Re: [VO

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Andrew Wang
Hi Junping, inline, >From my understanding, this issue is related to our previous > improvements with separating client and server jars in HDFS-6200. If we use > the new "client" jar in NN HA deployment, then we will hit the issue > reported. > >From my read of the poms, hadoop-client depends on h

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Eric Badger
All on MacOS Sierra Verified signatures - Minor note: Junping, I had a hard time finding your key. I grabbed the keys for hadoop from http://home.apache.org/keys/group/hadoop.asc and you had a key there, but it wasn't the one that you signed this commit with. Then with some help from Jason I

[jira] [Resolved] (HADOOP-13959) S3guard: replace dynamo.describe() call in init with more efficient query

2017-03-15 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HADOOP-13959. Resolution: Fixed As [HADOOP-13985] is committed, I think we can resolve this one. Feel fr

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Josh Elser
A tag is immutable, but you (or someone else) could remove the tag you pushed and re-push a new one. That's why the commit id is important -- it ensures that everyone else knows the exact commit being voted on. Junping Du wrote: The latest commit on RC2 is: e51312e8e106efb2ebd4844eecacb51026fa

[jira] [Created] (HADOOP-14186) Make messages in AzureFileSystemThreadPoolExecutor debug

2017-03-15 Thread Subramanyam Pattipaka (JIRA)
Subramanyam Pattipaka created HADOOP-14186: -- Summary: Make messages in AzureFileSystemThreadPoolExecutor debug Key: HADOOP-14186 URL: https://issues.apache.org/jira/browse/HADOOP-14186 Project

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Junping Du
bq. From my read of the poms, hadoop-client depends on hadoop-hdfs-client to pull in HDFS-related code. It doesn't have its own dependency on hadoop-hdfs. So I think this affects users of the hadoop-client artifact, which has existed for a long time. I could miss that. Thanks for reminding! Fro

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Junping Du
Hi Eric, Thanks for your verification work! About your question on RM's key, we actually mentioned we were using https://dist.apache.org/repos/dist/release/hadoop/common/KEYS in our hadoop wiki page: https://wiki.apache.org/hadoop/HowToRelease. Also, for hadoop user, our release page (htt

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC2)

2017-03-15 Thread Andrew Wang
On Wed, Mar 15, 2017 at 5:42 PM, Junping Du wrote: > Hi Eric, > Thanks for your verification work! About your question on RM's key, > we actually mentioned we were using https://dist.apache.org/repos/ > dist/release/hadoop/common/KEYS in our hadoop wiki page: > https://wiki.apache.org/hadoo

[jira] [Created] (HADOOP-14187) Update ZooKeeper dependency to 3.4.8 and Curator dependency to 2.12.0

2017-03-15 Thread Tsuyoshi Ozawa (JIRA)
Tsuyoshi Ozawa created HADOOP-14187: --- Summary: Update ZooKeeper dependency to 3.4.8 and Curator dependency to 2.12.0 Key: HADOOP-14187 URL: https://issues.apache.org/jira/browse/HADOOP-14187 Project

[jira] [Created] (HADOOP-14188) Remove the usage of org.mockito.internal.util.reflection.Whitebox

2017-03-15 Thread Akira Ajisaka (JIRA)
Akira Ajisaka created HADOOP-14188: -- Summary: Remove the usage of org.mockito.internal.util.reflection.Whitebox Key: HADOOP-14188 URL: https://issues.apache.org/jira/browse/HADOOP-14188 Project: Hado