[jira] [Created] (HADOOP-15747) warning about user:pass in URI to explicitly call out Hadoop 3.3 as removal

2018-09-12 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15747: --- Summary: warning about user:pass in URI to explicitly call out Hadoop 3.3 as removal Key: HADOOP-15747 URL: https://issues.apache.org/jira/browse/HADOOP-15747 P

[jira] [Created] (HADOOP-15748) S3 listing inconsistency can raise NPE in globber

2018-09-12 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15748: --- Summary: S3 listing inconsistency can raise NPE in globber Key: HADOOP-15748 URL: https://issues.apache.org/jira/browse/HADOOP-15748 Project: Hadoop Common

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

2018-09-12 Thread Zsolt Venczel
Thanks for handling the release Junping! +1 (non-binding) I tested the following: - checked out git tag release-2.8.5-RC0 - built from source on Ubuntu 16.04, java version 8.0.181-oracle - deployed on a 4 node cluster - set up a federated cluster with 2 namenodes - verified teragen, terasort a

[jira] [Created] (HADOOP-15749) Unhandled Log4JLogger explicit reference breaks non-log4j users

2018-09-12 Thread Vitalii Diravka (JIRA)
Vitalii Diravka created HADOOP-15749: Summary: Unhandled Log4JLogger explicit reference breaks non-log4j users Key: HADOOP-15749 URL: https://issues.apache.org/jira/browse/HADOOP-15749 Project: Ha

Re: Hadoop 3.2 Release Plan proposal

2018-09-12 Thread Sunil G
Hi All, Inline with the original 3.2 communication proposal dated 17th July 2018, I would like to provide more updates. We are approaching previously proposed code freeze date (September 14, 2018). So I would like to cut 3.2 branch on 17th Sept and point existing trunk to 3.3 if there are no issu

Re: [Vote] Merge discussion for Node attribute support feature YARN-3409

2018-09-12 Thread Naganarasimha Garla
Hi All, Me and Sunil have successfully merged YARN-3409 to the trunk and we have created new umbrella jira YARN-8766 to track the pending jiras and the remaining planned improvement features. Thanks all for the support ! Regards, + Naga On Wed, Sep 12, 2018 at 7:46 AM Naganarasimha Garl

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

2018-09-12 Thread Kihwal Lee
+1 (binding) - Built from source - Brought up a single node cluster - Checked basic HDFS functions and checked the UIs - Ran several simple jobs. On Mon, Sep 10, 2018 at 7:01 AM 俊平堵 wrote: > Hi all, > > I've created the first release candidate (RC0) for Apache > Hadoop 2.8.5. This is our

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

2018-09-12 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/894/ [Sep 11, 2018 4:42:34 AM] (brahma) HDFS-13237. [Documentation] RBF: Mount points across multiple [Sep 11, 2018 5:34:23 AM] (xiao) HDFS-13051. Fix dead lock during async editlog rolling if edit queue is [Se

[jira] [Created] (HADOOP-15750) remove obsolete S3A test ITestS3ACredentialsInURL

2018-09-12 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15750: --- Summary: remove obsolete S3A test ITestS3ACredentialsInURL Key: HADOOP-15750 URL: https://issues.apache.org/jira/browse/HADOOP-15750 Project: Hadoop Common

[jira] [Created] (HADOOP-15751) AWS Data read stack trace in S3a putObjectDirect

2018-09-12 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15751: --- Summary: AWS Data read stack trace in S3a putObjectDirect Key: HADOOP-15751 URL: https://issues.apache.org/jira/browse/HADOOP-15751 Project: Hadoop Common

[jira] [Created] (HADOOP-15752) [s3a] testDestroyNoBucket always fails

2018-09-12 Thread Sean Mackrory (JIRA)
Sean Mackrory created HADOOP-15752: -- Summary: [s3a] testDestroyNoBucket always fails Key: HADOOP-15752 URL: https://issues.apache.org/jira/browse/HADOOP-15752 Project: Hadoop Common Issue Ty

[jira] [Resolved] (HADOOP-15752) [s3a] testDestroyNoBucket always fails

2018-09-12 Thread Sean Mackrory (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Mackrory resolved HADOOP-15752. Resolution: Duplicate > [s3a] testDestroyNoBucket always fails >

Re: [Vote] Merge discussion for Node attribute support feature YARN-3409

2018-09-12 Thread Sean Mackrory
`mvn install` fails on trunk right now due to javadoc error in yarn-api. Is that related? If so, can we revert or fix ASAP please? On Wed, Sep 12, 2018 at 6:05 AM Naganarasimha Garla < naganarasimha...@apache.org> wrote: > Hi All, > Me and Sunil have successfully merged YARN-3409 to the

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

2018-09-12 Thread Ajay Kumar
Built from source. Not sure if I am missing some config but MR test jobs (Pi) are failing with error. ("Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster".) Anyone else facing same issue? See below exception in Nodemanager which I haven't seen earl

Re: [Vote] Merge discussion for Node attribute support feature YARN-3409

2018-09-12 Thread Sunil G
Thanks Sean YARN-8768 is raised and we will get this in very soon. - Sunil On Wed, Sep 12, 2018 at 9:16 PM Sean Mackrory wrote: > `mvn install` fails on trunk right now due to javadoc error in yarn-api. Is > that related? If so, can we revert or fix ASAP please? > > On Wed, Sep 12, 2018 at 6:0

Re: [Vote] Merge discussion for Node attribute support feature YARN-3409

2018-09-12 Thread Naganarasimha Garla
Thanks for reporting Sean and Sunil for acting on it. My bad i had used alias to compile which was skipping the javadoc ! Will try to commit as soon as the jenkins results are out. On Thu, Sep 13, 2018 at 1:18 AM Sunil G wrote: > Thanks Sean > > YARN-8768 is raised and we will get this in very s

Re: [Vote] Merge discussion for Node attribute support feature YARN-3409

2018-09-12 Thread Shane Kumpf
I just committed YARN-8768 to trunk. Thanks for the report and quick fix. Thanks, -Shane On Wed, Sep 12, 2018 at 2:28 PM Naganarasimha Garla < naganarasimha...@apache.org> wrote: > Thanks for reporting Sean and Sunil for acting on it. My bad i had used > alias to compile which was skipping the j

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

2018-09-12 Thread Yesha Vora
+1 (binding) Tested the following: - launch Pseudo-Distributed 1 node cluster - Tested with word count / teragen / terasort / nnbench/ mrbench on yarn - Validate yarn UI - Test basic yarn cli operations such as -kill, -status, -appStates, -appTypes -- Yesha Vora ___

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

2018-09-12 Thread Kitti Nánási
Thanks for working on this Junping! +1 (non-binding) - checked out git tag release-2.8.5-RC0 - built from source on Mac OS X 10.13.4, java version 8.0.172-zulu - deployed on a 3 node cluster - ran terasort, teragen, teravalidate with success - executed basic hdfs and dfsadmin commands Thanks, Ki

[jira] [Created] (HADOOP-15753) ABFS: support path "abfs://mycluster/file/path"

2018-09-12 Thread Da Zhou (JIRA)
Da Zhou created HADOOP-15753: Summary: ABFS: support path "abfs://mycluster/file/path" Key: HADOOP-15753 URL: https://issues.apache.org/jira/browse/HADOOP-15753 Project: Hadoop Common Issue Type:

[jira] [Created] (HADOOP-15754) s3guard: testDynamoTableTagging should clear existing config

2018-09-12 Thread Aaron Fabbri (JIRA)
Aaron Fabbri created HADOOP-15754: - Summary: s3guard: testDynamoTableTagging should clear existing config Key: HADOOP-15754 URL: https://issues.apache.org/jira/browse/HADOOP-15754 Project: Hadoop Comm