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

2018-04-27 Thread Rakesh Radhakrishnan
Thanks Sammi for getting this out! +1 (binding) Verified the following and looks fine to me. * Built from source. * Deployed 3 node cluster with NameNode HA. * Verified HDFS web UIs. * Tried out HDFS shell commands. * Ran Mover, Balancer tools. * Ran sample

Apache Hadoop qbt Report: trunk+JDK8 on Windows/x64

2018-04-27 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-trunk-win/450/ [Apr 25, 2018 10:50:52 PM] (omalley) HDFS-8456. Introduce STORAGE_CONTAINER_SERVICE as a new NodeType. [Apr 25, 2018 10:51:00 PM] (omalley) HDFS-8614. OzoneHandler : Add Quota Support. (Contributed by Anu [Apr 25, 2018

Re: RE: [VOTE] Release Apache Hadoop 2.9.1 (RC0)

2018-04-27 Thread Eric Payne
Thanks Sammi for all of the hard work! +1 (binding) Tested the following: - Build from source - Deploy to pseudo cluster - Various error cases where the AM fails to start. The failure reasons were prop ogated to the GUI and to the client. - Streaming mapred job - killing apps from the command

[jira] [Created] (HADOOP-15426) S3guard throttle event on delete => 400 error code => exception

2018-04-27 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15426: --- Summary: S3guard throttle event on delete => 400 error code => exception Key: HADOOP-15426 URL: https://issues.apache.org/jira/browse/HADOOP-15426 Project:

[jira] [Created] (HADOOP-15425) CopyFilesMapper.doCopyFile hangs with misconfigured sizeBuf

2018-04-27 Thread John Doe (JIRA)
John Doe created HADOOP-15425: - Summary: CopyFilesMapper.doCopyFile hangs with misconfigured sizeBuf Key: HADOOP-15425 URL: https://issues.apache.org/jira/browse/HADOOP-15425 Project: Hadoop Common

[jira] [Created] (HADOOP-15424) XDR.ensureFreeSpace hangs when a corrupted bytebuffer passed into the constructor

2018-04-27 Thread John Doe (JIRA)
John Doe created HADOOP-15424: - Summary: XDR.ensureFreeSpace hangs when a corrupted bytebuffer passed into the constructor Key: HADOOP-15424 URL: https://issues.apache.org/jira/browse/HADOOP-15424

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

2018-04-27 Thread Eric Badger
+1 (non-binding) - Verified all hashes and checksums - Built from source on macOS 10.13.4, Java 1.8.0u65 - Deployed a pseudo cluster - Ran some example jobs Eric On Thu, Apr 26, 2018 at 11:16 PM, Takanobu Asanuma wrote: > Thanks for working on this, Sammi! > > +1

Re: [NOTIFICATION] Hadoop trunk rebased

2018-04-27 Thread Allen Wittenauer
Did the patch that fixes the mountain of maven warnings get missed? > On Apr 26, 2018, at 11:52 PM, Akira Ajisaka wrote: > > + common-dev and mapreduce-dev > > On 2018/04/27 6:23, Owen O'Malley wrote: >> As we discussed in hdfs-dev@hadoop, I did a force push to Hadoop's

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

2018-04-27 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/764/ No changes -1 overall The following subsystems voted -1: asflicense findbugs unit xml The following subsystems voted -1 but were configured to be filtered/ignored: cc checkstyle javac

[jira] [Created] (HADOOP-15423) Use single hash Path -> tuple(DirListingMetadata, PathMetadata) in LocalMetadataStore

2018-04-27 Thread Gabor Bota (JIRA)
Gabor Bota created HADOOP-15423: --- Summary: Use single hash Path -> tuple(DirListingMetadata, PathMetadata) in LocalMetadataStore Key: HADOOP-15423 URL: https://issues.apache.org/jira/browse/HADOOP-15423

[jira] [Created] (HADOOP-15422) s3guard doesnt init when the secrets are in the s3a URI

2018-04-27 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15422: --- Summary: s3guard doesnt init when the secrets are in the s3a URI Key: HADOOP-15422 URL: https://issues.apache.org/jira/browse/HADOOP-15422 Project: Hadoop

[jira] [Created] (HADOOP-15421) Stabilise/formalise the JSON _SUCCESS format used in the S3A committers

2018-04-27 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15421: --- Summary: Stabilise/formalise the JSON _SUCCESS format used in the S3A committers Key: HADOOP-15421 URL: https://issues.apache.org/jira/browse/HADOOP-15421

[jira] [Resolved] (HADOOP-15417) retrieveBlock hangs when the configuration file is corrupted

2018-04-27 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-15417. - Resolution: Won't Fix > retrieveBlock hangs when the configuration file is corrupted >

Re: [NOTIFICATION] Hadoop trunk rebased

2018-04-27 Thread Akira Ajisaka
+ common-dev and mapreduce-dev On 2018/04/27 6:23, Owen O'Malley wrote: As we discussed in hdfs-dev@hadoop, I did a force push to Hadoop's trunk to replace the Ozone merge with a rebase. That means that you'll need to rebase your branches. .. Owen