[jira] [Created] (HADOOP-13757) Remove verifyBuckets overhead in S3AFileSystem::initialize()

2016-10-24 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HADOOP-13757: - Summary: Remove verifyBuckets overhead in S3AFileSystem::initialize() Key: HADOOP-13757 URL: https://issues.apache.org/jira/browse/HADOOP-13757 Project: Had

[jira] [Created] (HADOOP-13756) LocalMetadataStore#put(DirListingMetadata) should also put file metadata into fileHash.

2016-10-24 Thread Lei (Eddy) Xu (JIRA)
Lei (Eddy) Xu created HADOOP-13756: -- Summary: LocalMetadataStore#put(DirListingMetadata) should also put file metadata into fileHash. Key: HADOOP-13756 URL: https://issues.apache.org/jira/browse/HADOOP-13756

Re: Git tags

2016-10-24 Thread Lars Francke
Sean, thank you for taking the time to explain. I did not know this and/or missed the change. On Mon, Oct 24, 2016 at 9:58 PM, Sean Busbey wrote: > the naming convention is "rel/release-X.Y.Z" > > https://github.com/apache/hadoop/releases/tag/rel%2Frelease-2.7.2 > > https://github.com/apache/ha

Re: Git tags

2016-10-24 Thread Sean Busbey
the naming convention is "rel/release-X.Y.Z" https://github.com/apache/hadoop/releases/tag/rel%2Frelease-2.7.2 https://github.com/apache/hadoop/releases/tag/rel%2Frelease-2.7.3 the "rel/" tag namespace is protected against modifications in ASF infra, to ensure that once a release tag is referenc

[jira] [Resolved] (HADOOP-13753) Hadoop-Azure Update WASB URI format to support SAS token in it.

2016-10-24 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-13753. - Resolution: Invalid > Hadoop-Azure Update WASB URI format to support SAS token in it. >

Re: Git tags

2016-10-24 Thread Lars Francke
Okay... I was lazy and only checked in Github. Damn. Sorry for the trouble. Any idea why only some tags made it? Or whom to prod about this... does not exist does not exist

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

2016-10-24 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/134/ [Oct 23, 2016 3:25:37 PM] (xyao) Revert "HDFS-10757. KMSClientProvider combined with KeyProviderCache can [Oct 23, 2016 5:58:36 PM] (xyao) HADOOP-13749. KMSClientProvider combined with KeyProviderCache can

LambdaTestUtils: test-side fun, especially in Java8+

2016-10-24 Thread Steve Loughran
FYI —and especially for people working in java8+ only, hadoop-common-test now has some test methods which add some of the scalatest closure eval to hadoop testing. This stuff also all works in Java 7 & branch-2, just not as cleanly https://github.com/apache/hadoop/blob/trunk/hadoop-common-projec

[jira] [Resolved] (HADOOP-13248) Pre-Commit Docker Image build failures

2016-10-24 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HADOOP-13248. --- Resolution: Cannot Reproduce > Pre-Commit Docker Image build failures >

[jira] [Resolved] (HADOOP-13716) Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup

2016-10-24 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-13716. - Resolution: Fixed > Add LambdaTestUtils class for tests; fix eventual consistency proble

[jira] [Created] (HADOOP-13755) Purge superfluous/obsolete S3A FS

2016-10-24 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-13755: --- Summary: Purge superfluous/obsolete S3A FS Key: HADOOP-13755 URL: https://issues.apache.org/jira/browse/HADOOP-13755 Project: Hadoop Common Issue Type:

Re: Git tags

2016-10-24 Thread Sean Busbey
here they are: https://git1-us-west.apache.org/repos/asf?p=hadoop.git;a=tag;h=refs/tags/rel/release-2.7.2 https://git1-us-west.apache.org/repos/asf?p=hadoop.git;a=tag;h=refs/tags/rel/release-2.7.3 On Mon, Oct 24, 2016 at 9:00 AM, Lars Francke wrote: > Hi, > > it looks like the tags for releases

Git tags

2016-10-24 Thread Lars Francke
Hi, it looks like the tags for releases 2.7.2 and 2.7.3 are missing in Git. Can some committer push these out? Thank you! Happy to open a JIRA instead (if there isn't already one). Cheers, Lars

[jira] [Created] (HADOOP-13754) Hadoop-Azure Update WASB URI format to support SAS token in it.

2016-10-24 Thread Sumit Dubey (JIRA)
Sumit Dubey created HADOOP-13754: Summary: Hadoop-Azure Update WASB URI format to support SAS token in it. Key: HADOOP-13754 URL: https://issues.apache.org/jira/browse/HADOOP-13754 Project: Hadoop Com

[jira] [Created] (HADOOP-13753) Hadoop-Azure Update WASB URI format to support SAS token in it.

2016-10-24 Thread Sumit Dubey (JIRA)
Sumit Dubey created HADOOP-13753: Summary: Hadoop-Azure Update WASB URI format to support SAS token in it. Key: HADOOP-13753 URL: https://issues.apache.org/jira/browse/HADOOP-13753 Project: Hadoop Com

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

2016-10-24 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/204/ [Oct 23, 2016 3:25:37 PM] (xyao) Revert "HDFS-10757. KMSClientProvider combined with KeyProviderCache can [Oct 23, 2016 5:58:36 PM] (xyao) HADOOP-13749. KMSClientProvider combined with KeyProviderCache can

[jira] [Created] (HADOOP-13752) Clarify semantics of getFileBlockLocations(Path), add contract test

2016-10-24 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-13752: --- Summary: Clarify semantics of getFileBlockLocations(Path), add contract test Key: HADOOP-13752 URL: https://issues.apache.org/jira/browse/HADOOP-13752 Project:

[jira] [Created] (HADOOP-13751) Contract test for FS shell commands

2016-10-24 Thread John Zhuge (JIRA)
John Zhuge created HADOOP-13751: --- Summary: Contract test for FS shell commands Key: HADOOP-13751 URL: https://issues.apache.org/jira/browse/HADOOP-13751 Project: Hadoop Common Issue Type: Test