Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Mukul Kumar Singh
Thanks Junping, +1 (non-binding) I built from source on Mac OS X 10.12.6 Java 1.8.0_111 - Deployed on a single node cluster. - Deployed a ViewFS cluster with two hdfs mount points. - Performed basic sanity checks. - Performed basic DFS operations. Thanks, Mukul On 20/10/17, 6:12 AM, "Junp

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Wangda Tan
Thanks Junping, +1 (binding). Deployed a single node cluster and ran some simple jobs. - Wangda On Mon, Oct 23, 2017 at 4:05 PM, Chris Douglas wrote: > +1 (binding) > > Looked through the src distribution. Checksum, signatures match, ran > some of the unit tests. Also checked the site docs;

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Chris Douglas
+1 (binding) Looked through the src distribution. Checksum, signatures match, ran some of the unit tests. Also checked the site docs; thanks for updating the Docker container security docs. Thanks, Junping. -C On Thu, Oct 19, 2017 at 5:42 PM, Junping Du wrote: > Hi folks, > I've created ou

[jira] [Resolved] (HADOOP-14974) org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation fails in trunk

2017-10-23 Thread John Zhuge (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Zhuge resolved HADOOP-14974. - Resolution: Fixed Fix Version/s: 3.1.0 Target Version/s: 3.1.0 > org.apache.had

[jira] [Reopened] (HADOOP-14954) MetricsSystemImpl#init should increment refCount when already initialized

2017-10-23 Thread John Zhuge (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Zhuge reopened HADOOP-14954: - Reverted because it broke a bunch of YARN tests, e.g., TestContainerAllocation. > MetricsSystemImpl

[jira] [Created] (HADOOP-14974) org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation fails in trunk

2017-10-23 Thread Miklos Szegedi (JIRA)
Miklos Szegedi created HADOOP-14974: --- Summary: org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation fails in trunk Key: HADOOP-14974 URL: https://issues.apache.org/jira/brows

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Junping Du
Thanks Jason and all for trying the release RC and vote! A kindly reminder: we will close the vote on tomorrow night (PST time), so please do the verification and vote before that time if you plan to. Thanks!? Thanks, Junping From: Jason Lowe Sent: Monday,

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Jason Lowe
My apologies, false alarm on the CHANGES.md and RELEASENOTES.md. I was in the process of reviewing the release and was interrupted, and when I resumed I thought I had already downloaded the CHANGES and RELEASENOTES, but in fact they were the old versions from a prior review of 2.8.0. I reviewed b

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Jason Lowe
+1 (binding) - Verified signatures and digests - Performed a native build from source - Deployed to a single-node cluster - Ran some sample jobs The CHANGES.md and RELEASENOTES.md both refer to release 2.8.0 instead of 2.8.2, and I do not see the list of JIRAs in CHANGES.md that have been committ

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

2017-10-23 Thread Allen Wittenauer
With no other information or access to go on, my current hunch is that one of the HDFS unit tests is ballooning in memory size. The easiest way to kill a Linux machine is to eat all of the RAM, thanks to overcommit and that’s what this “feels” like. Someone should verify if 2.8.2 has the sam

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread John Zhuge
+1 (binding) - Verified checksums and signatures of all tarballs - Built source with native, Java 1.8.0_131-b11 on Mac OS X 10.12.6 - Verified cloud connectors: - All S3A integration tests - All ADL live unit tests - Deployed both binary and built source to a pseudo cluste

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

2017-10-23 Thread Subramaniam V K
Hi Allen, I had set up the build (or intended to) in anticipation 2.9 release. Thanks for fixing the configuration! We did face HDFS tests timeouts in branch-2 when run together but individually the tests pass: https://issues.apache.org/jira/browse/HDFS-12620 Folks in HDFS, can you please take a

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

2017-10-23 Thread Vrushali C
Hi Allen, I have filed https://issues.apache.org/jira/browse/YARN-7380 for the timeline service findbugs warnings. thanks Vrushali On Mon, Oct 23, 2017 at 11:14 AM, Allen Wittenauer wrote: > > I’m really confused why this causes the Yahoo! QA boxes to go catatonic > (!?!) during the run. As

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

2017-10-23 Thread Allen Wittenauer
I’m really confused why this causes the Yahoo! QA boxes to go catatonic (!?!) during the run. As in, never come back online, probably in a kernel panic. It’s pretty consistently in hadoop-hdfs, so something is going wrong there… is branch-2 hdfs behaving badly? Someone needs to run the hadoop

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Bharat Viswanadham
+1 (non-binding) - Built from source - Created a 3 node Docker Hadoop cluster - Ran Hdfs commands - Ran few basic webhdfs operations Thanks, Bharat On 10/23/17, 9:03 AM, "Ajay Kumar" wrote: Thanks, Junping Du! +1 (non-binding) - Built from source - Ran hdfs commands

Re: 答复: [DISCUSSION] Merging HDFS-7240 Object Store (Ozone) to trunk

2017-10-23 Thread Jitendra Pandey
I have filed https://issues.apache.org/jira/browse/HDFS-12697 to ensure ozone stays disabled in a secure environment. Since ozone is disabled by default and will not come with security on, it will not expose any new attack surface in a Hadoop deployment. Ozone security effort will need a detailed

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

2017-10-23 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/8/ No changes [Error replacing 'FILE' - Workspace is not accessible] - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For

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

2017-10-23 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/566/ No changes -1 overall The following subsystems voted -1: asflicense unit The following subsystems voted -1 but were configured to be filtered/ignored: cc checkstyle javac javadoc pylint shell

[jira] [Created] (HADOOP-14973) Log StorageStatistics

2017-10-23 Thread Sean Mackrory (JIRA)
Sean Mackrory created HADOOP-14973: -- Summary: Log StorageStatistics Key: HADOOP-14973 URL: https://issues.apache.org/jira/browse/HADOOP-14973 Project: Hadoop Common Issue Type: Bug

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Ajay Kumar
Thanks, Junping Du! +1 (non-binding) - Built from source - Ran hdfs commands - Ran pi and sample MR test. - Verified the UI's Thanks, Ajay Kumar On 10/23/17, 8:14 AM, "Shane Kumpf" wrote: Thanks, Junping! +1 (non-binding) - Verified checksums and signatures - Deploye

[jira] [Created] (HADOOP-14972) Histogram metrics types for latency, etc.

2017-10-23 Thread Sean Mackrory (JIRA)
Sean Mackrory created HADOOP-14972: -- Summary: Histogram metrics types for latency, etc. Key: HADOOP-14972 URL: https://issues.apache.org/jira/browse/HADOOP-14972 Project: Hadoop Common Issue

Re: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Shane Kumpf
Thanks, Junping! +1 (non-binding) - Verified checksums and signatures - Deployed a single node cluster on CentOS 7.2 using the binary tgz, source tgz, and git tag - Ran hdfs commands - Ran pi and distributed shell using the default and docker runtimes - Verified Docker docs - Verified docker runt

RE: [VOTE] Release Apache Hadoop 2.8.2 (RC1)

2017-10-23 Thread Brahma Reddy Battula
Hi Junping, Thanks for driving the 2.8.2 release. +1 (non-binding) --Built from source and installed 3 Node HA Cluster --Ran basic hdfs/webhdfs commands --Ran pi,wordcount jobs --Verified the UI's --Brahma Reddy Battula -Original Message- From: Junping Du [mailto:j...@hortonworks.co

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

2017-10-23 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/7/ No changes -1 overall The following subsystems voted -1: docker Powered by Apache Yetus 0.6.0-SNAPSHOT http://yetus.apache.org -

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

2017-10-23 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/6/ No changes -1 overall The following subsystems voted -1: docker Powered by Apache Yetus 0.6.0-SNAPSHOT http://yetus.apache.org -

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

2017-10-23 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/5/ No changes [Error replacing 'FILE' - Workspace is not accessible] - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For