Re: [VOTE] Release Apache Hadoop 3.0.0-alpha1 RC0

2016-09-01 Thread Arun Suresh
+1 (binding). Thanks for driving this Andrew.. * Download and built from source. * Setup a 5 mode cluster. * Verified that MR works with opportunistic containers * Verified that the AMRMClient supports 'allocationRequestId' Cheers -Arun On Thu, Sep 1, 2016 at 4:31 PM, Aaron Fabbri wrote: > +1

Re: [VOTE] Release Apache Hadoop 3.0.0-alpha1 RC0

2016-09-01 Thread Aaron Fabbri
+1, non-binding. I built everything on OS X and ran the s3a contract tests successfully: mvn test -Dtest=org.apache.hadoop.fs.contract.s3a.\* ... Results : Tests run: 78, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INF

Re: [VOTE] Release Apache Hadoop 3.0.0-alpha1 RC0

2016-09-01 Thread Andrew Wang
Good point Allen, I forgot about `hadoop version`. Since it's populated by a version-info.properties file, people can always cat that file. On Thu, Sep 1, 2016 at 3:21 PM, Allen Wittenauer wrote: > > > On Sep 1, 2016, at 3:18 PM, Allen Wittenauer > wrote: > > > > > >> On Sep 1, 2016, at 2:57 PM

Re: [VOTE] Release Apache Hadoop 3.0.0-alpha1 RC0

2016-09-01 Thread Allen Wittenauer
> On Sep 1, 2016, at 3:18 PM, Allen Wittenauer > wrote: > > >> On Sep 1, 2016, at 2:57 PM, Andrew Wang wrote: >> >> Steve requested a git hash for this release. This led us into a brief >> discussion of our use of git tags, wherein we realized that although >> release tags are immutable (sta

Re: [VOTE] Release Apache Hadoop 3.0.0-alpha1 RC0

2016-09-01 Thread Allen Wittenauer
> On Sep 1, 2016, at 2:57 PM, Andrew Wang wrote: > > Steve requested a git hash for this release. This led us into a brief > discussion of our use of git tags, wherein we realized that although > release tags are immutable (start with "rel/"), RC tags are not. This is > based on the HowToRelease

Re: [VOTE] Release Apache Hadoop 3.0.0-alpha1 RC0

2016-09-01 Thread Chen He
+1 non-binding download source and build successfully; deploy to single node cluster; run wordcount and loadgen passed; Verified that MR-6336 is there and FileOutputCommitter is using algorithm 2 by default. Best Regards! Chen On Wed, Aug 31, 2016 at 9:25 PM, Rakesh Radhakrishnan wrote: > Th

Re: [VOTE] Release Apache Hadoop 3.0.0-alpha1 RC0

2016-09-01 Thread Andrew Wang
Steve requested a git hash for this release. This led us into a brief discussion of our use of git tags, wherein we realized that although release tags are immutable (start with "rel/"), RC tags are not. This is based on the HowToRelease instructions. I asked in infra.chat about this, and filed a

[jira] [Created] (HADOOP-13573) S3Guard: create basic contract tests for MetadataStore implementations

2016-09-01 Thread Aaron Fabbri (JIRA)
Aaron Fabbri created HADOOP-13573: - Summary: S3Guard: create basic contract tests for MetadataStore implementations Key: HADOOP-13573 URL: https://issues.apache.org/jira/browse/HADOOP-13573 Project: H

[jira] [Resolved] (HADOOP-13570) Hadoop Swift driver should use new Apache httpclient

2016-09-01 Thread Chen He (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen He resolved HADOOP-13570. -- Resolution: Duplicate Dup to HADOOP-11614, close it. > Hadoop Swift driver should use new Apache http

[jira] [Resolved] (HADOOP-13572) fs.s3native.mkdirs does not work if the user is only authorized to a subdirectory

2016-09-01 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-13572. - Resolution: Duplicate > fs.s3native.mkdirs does not work if the user is only authorized

[jira] [Created] (HADOOP-13572) fs.s3native.mkdirs does not work if the user is only authorized to a subdirectory

2016-09-01 Thread Marcin Zukowski (JIRA)
Marcin Zukowski created HADOOP-13572: Summary: fs.s3native.mkdirs does not work if the user is only authorized to a subdirectory Key: HADOOP-13572 URL: https://issues.apache.org/jira/browse/HADOOP-13572

[jira] [Resolved] (HADOOP-13569) S3AFastOutputStream to take ProgressListener in file create()

2016-09-01 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-13569. - Resolution: Duplicate Fix Version/s: 2.9.0 > S3AFastOutputStream to take Progress

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

2016-09-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/151/ [Aug 31, 2016 7:02:37 PM] (kihwal) HDFS-10729. Improve log message for edit loading failures caused by FS [Aug 31, 2016 9:29:37 PM] (wang) HDFS-10784. Implement WebHdfsFileSystem#listStatusIterator. [Aug 3

[jira] [Created] (HADOOP-13571) ServerSocketUtil.getPort() should use loopback address, not 0.0.0.0

2016-09-01 Thread Eric Badger (JIRA)
Eric Badger created HADOOP-13571: Summary: ServerSocketUtil.getPort() should use loopback address, not 0.0.0.0 Key: HADOOP-13571 URL: https://issues.apache.org/jira/browse/HADOOP-13571 Project: Hadoop