Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2018-02-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/124/ [Feb 1, 2018 6:38:39 PM] (inigoiri) HDFS-13043. RBF: Expose the state of the Routers in the federation. -1 overall The following subsystems voted -1: docker Powered by Apache Yetus

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

2018-02-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java9-linux-x86/9/ No changes -1 overall The following subsystems voted -1: compile findbugs mvninstall mvnsite shadedclient unit xml The following subsystems voted -1 but were configured to be filtered/ignored:

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

2018-02-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/676/ [Feb 1, 2018 6:14:09 PM] (jlowe) Revert "YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed [Feb 1, 2018 6:37:14 PM] (inigoiri) HDFS-13043. RBF: Expose the state of the Routers in the

[jira] [Resolved] (HDFS-12087) The error message is not friendly when set a path with the policy not enabled

2018-02-01 Thread lufei (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lufei resolved HDFS-12087. -- Resolution: Not A Problem > The error message is not friendly when set a path with the policy not enabled >

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

2018-02-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java9-linux-x86/8/ [Oct 29, 2017 11:44:16 PM] (yufei) YARN-6747. TestFSAppStarvation.testPreemptionEnable fails [Oct 30, 2017 1:54:33 AM] (templedf) YARN-7374. Improve performance of DRF comparisons for resource types in [Oct

Re: Apache Hadoop 3.0.1 Release plan

2018-02-01 Thread Lei Xu
Sounds good to me, ATM. On Thu, Feb 1, 2018 at 2:34 PM, Aaron T. Myers wrote: > Hey Anu, > > My feeling on HDFS-12990 is that we've discussed it quite a bit already and > it doesn't seem at this point like either side is going to budge. I'm > certainly happy to have a phone call

Re: Apache Hadoop 3.0.1 Release plan

2018-02-01 Thread Aaron T. Myers
Hey Anu, My feeling on HDFS-12990 is that we've discussed it quite a bit already and it doesn't seem at this point like either side is going to budge. I'm certainly happy to have a phone call about it, but I don't expect that we'd make much progress. My suggestion is that we simply include the

Re: Apache Hadoop 3.0.1 Release plan

2018-02-01 Thread Lei Xu
+Xiao My understanding is that we will have this for 3.0.1. Xiao, could you give your inputs here? On Thu, Feb 1, 2018 at 11:55 AM, Anu Engineer wrote: > Hi Eddy, > > Thanks for driving this release. Just a quick question, do we have time to > close this issue? >

Re: Apache Hadoop 3.0.1 Release plan

2018-02-01 Thread Anu Engineer
Hi Eddy, Thanks for driving this release. Just a quick question, do we have time to close this issue? https://issues.apache.org/jira/browse/HDFS-12990 or are we abandoning it? I believe that this is the last window for us to fix this issue. Should we have a call and get this resolved one way

Re: Apache Hadoop 3.0.1 Release plan

2018-02-01 Thread Lei Xu
Hi, All I just cut branch-3.0.1 from branch-3.0. Please make sure all patches targeted to 3.0.1 being checked in both branch-3.0 and branch-3.0.1. Thanks! Eddy On Tue, Jan 9, 2018 at 11:17 AM, Lei Xu wrote: > Hi, All > > We have released Apache Hadoop 3.0.0 in December [1].

Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2018-02-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/123/ [Jan 31, 2018 5:14:31 PM] (inigoiri) HDFS-13044. RBF: Add a safe mode for the Router. Contributed by Inigo -1 overall The following subsystems voted -1: docker Powered by Apache Yetus

[jira] [Created] (HDFS-13101) Yet another fsimage corruption related to snapshot

2018-02-01 Thread Yongjun Zhang (JIRA)
Yongjun Zhang created HDFS-13101: Summary: Yet another fsimage corruption related to snapshot Key: HDFS-13101 URL: https://issues.apache.org/jira/browse/HDFS-13101 Project: Hadoop HDFS Issue

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

2018-02-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/675/ [Jan 31, 2018 5:37:54 PM] (jlowe) YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed by Jim [Jan 31, 2018 6:47:02 PM] (xyao) HDFS-13061. SaslDataTransferClient#checkTrustAndSend should not

[jira] [Created] (HDFS-13100) Handle IllegalArgumentException in when GETSERVERDEFAULTS is not implemented in webhdfs.

2018-02-01 Thread Yongjun Zhang (JIRA)
Yongjun Zhang created HDFS-13100: Summary: Handle IllegalArgumentException in when GETSERVERDEFAULTS is not implemented in webhdfs. Key: HDFS-13100 URL: https://issues.apache.org/jira/browse/HDFS-13100

[jira] [Created] (HDFS-13099) Document State Store Driver relevant settings in hdfs-default.xml

2018-02-01 Thread Yiqun Lin (JIRA)
Yiqun Lin created HDFS-13099: Summary: Document State Store Driver relevant settings in hdfs-default.xml Key: HDFS-13099 URL: https://issues.apache.org/jira/browse/HDFS-13099 Project: Hadoop HDFS

enable the SC local read to UC block to optimize the read perf

2018-02-01 Thread Xie Gang
Hello, We disable the SC local read to UC block in current implementation. This is not optimized for some application with access mode that it almost read what's written recently. With this access pattern, the usage of the SC read downgrades greatly and the perf is impacted. An idea is to enable