Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 671289EAD for ; Wed, 12 Nov 2014 16:58:36 +0000 (UTC) Received: (qmail 14254 invoked by uid 500); 12 Nov 2014 16:58:34 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 14153 invoked by uid 500); 12 Nov 2014 16:58:34 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 14138 invoked by uid 99); 12 Nov 2014 16:58:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 16:58:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of acm@hortonworks.com designates 209.85.192.176 as permitted sender) Received: from [209.85.192.176] (HELO mail-pd0-f176.google.com) (209.85.192.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 16:58:30 +0000 Received: by mail-pd0-f176.google.com with SMTP id ft15so12524198pdb.35 for ; Wed, 12 Nov 2014 08:58:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to:content-type; bh=wVhQ38q8UYjB2Eyfbwh0jzEPMhg8iNskvJWXQR+LFT4=; b=PfGarwMMDO6qnbSEN+MBWaCePTviTtPK5+4cLY/NwIO6nKQM63xmIuMwu7wN87ijt8 ROjpmAfQdn6IjIWmIW6jew1OiumOyOwccCudGdireSTPeiXl/+J06wWDDB1LdN60dXYb 4JDvW1ZZDJpb/Pz+IQhl4IDr7WH8orOEBm0GOfiMNpEEgSWagpSbnp49KyZrfvEJ0UB0 Y0/TyClGLI/aeuwk8BoU8mIHEXIq2jnr0D+RcX0D9JOqqal7kzjgGOCk94adl6qPLOMy g4MCs/lVCpSvyGgN8/c2iBzMd9nFx/8wS6OZErqGOR5F/5B6V9pju/C/pXbqW72pzZYH AlLA== X-Gm-Message-State: ALoCoQnQOVRQmYCG9rmMQPcBAW9zxpP4MQD4GqOaRmue837if2OzJdJ/jcC/F4mjeqGT6fXtruPf+0SamYgR7CYiNLlkmGroYVNyBpEiSXLi97t2IxZKVvqSJZ5wINjhSUCrndtuDJrm X-Received: by 10.68.93.132 with SMTP id cu4mr48922319pbb.36.1415811489614; Wed, 12 Nov 2014 08:58:09 -0800 (PST) Received: from [10.0.1.7] ([98.234.189.94]) by mx.google.com with ESMTPSA id lm3sm22777926pab.34.2014.11.12.08.58.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Nov 2014 08:58:08 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [VOTE] Release Apache Hadoop 2.6.0 From: Arun C Murthy In-Reply-To: Date: Wed, 12 Nov 2014 08:58:05 -0800 Cc: mapreduce-dev@hadoop.apache.org, Ravi Prakash , "hdfs-dev@hadoop.apache.org" , "common-dev@hadoop.apache.org" Message-Id: <1699FE36-03C0-4FE6-ABB5-6EE3975D78C5@hortonworks.com> References: <708279635.606621.1415739895274.JavaMail.yahoo@jws106132.mail.bf1.yahoo.com> To: yarn-dev@hadoop.apache.org X-Mailer: Apple Mail (2.1510) Content-Type: multipart/alternative; boundary="Apple-Mail=_D6294148-E226-4FAD-B194-EE288C9F8DDD" X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_D6294148-E226-4FAD-B194-EE288C9F8DDD Content-Type: text/plain; charset=ISO-8859-1 Sounds good. I'll create an rc1. Thanks. Arun On Nov 11, 2014, at 2:06 PM, Robert Kanter wrote: > Hi Arun, > > We were testing the RC and ran into a problem with the recent fixes that > were done for POODLE for Tomcat (HADOOP-11217 for KMS and HDFS-7274 for > HttpFS). Basically, in disabling SSLv3, we also disabled SSLv2Hello, which > is required for older clients (e.g. Java 6 with openssl 0.9.8x) so they > can't connect without it. Just to be clear, it does not mean SSLv2, which > is insecure. This also affects the MR shuffle in HADOOP-11243. > > The fix is super simple, so I think we should reopen these 3 JIRAs and put > in addendum patches and get them into 2.6.0. > > thanks > - Robert > > On Tue, Nov 11, 2014 at 1:04 PM, Ravi Prakash wrote: > >> Hi Arun! >> We are very close to completion on YARN-1964 (DockerContainerExecutor). >> I'd also like HDFS-4882 to be checked in. Do you think these issues merit >> another RC? >> ThanksRavi >> >> >> On Tuesday, November 11, 2014 11:57 AM, Steve Loughran < >> stevel@hortonworks.com> wrote: >> >> >> +1 binding >> >> -patched slider pom to build against 2.6.0 >> >> -verified build did download, which it did at up to ~8Mbps. Faster than a >> local build. >> >> -full clean test runs on OS/X & Linux >> >> >> Windows 2012: >> >> Same thing. I did have to first build my own set of the windows native >> binaries, by checking out branch-2.6.0; doing a native build, copying the >> binaries and then purging the local m2 repository of hadoop artifacts to be >> confident I was building against. For anyone who wants those native libs >> they will be up on >> https://github.com/apache/incubator-slider/tree/develop/bin/windows/ once >> it syncs with the ASF repos. >> >> afterwords: the tests worked! >> >> >> On 11 November 2014 02:52, Arun C Murthy wrote: >> >>> Folks, >>> >>> I've created a release candidate (rc0) for hadoop-2.6.0 that I would like >>> to see released. >>> >>> The RC is available at: >>> http://people.apache.org/~acmurthy/hadoop-2.6.0-rc0 >>> The RC tag in git is: release-2.6.0-rc0 >>> >>> The maven artifacts are available via repository.apache.org at >>> https://repository.apache.org/content/repositories/orgapachehadoop-1012. >>> >>> Please try the release and vote; the vote will run for the usual 5 days. >>> >>> thanks, >>> Arun >>> >>> >>> -- >>> CONFIDENTIALITY NOTICE >>> NOTICE: This message is intended for the use of the individual or entity >> to >>> which it is addressed and may contain information that is confidential, >>> privileged and exempt from disclosure under applicable law. If the reader >>> of this message is not the intended recipient, you are hereby notified >> that >>> any printing, copying, dissemination, distribution, disclosure or >>> forwarding of this communication is strictly prohibited. If you have >>> received this communication in error, please contact the sender >> immediately >>> and delete it from your system. Thank You. >>> >> >> -- >> CONFIDENTIALITY NOTICE >> NOTICE: This message is intended for the use of the individual or entity to >> which it is addressed and may contain information that is confidential, >> privileged and exempt from disclosure under applicable law. If the reader >> of this message is not the intended recipient, you are hereby notified that >> any printing, copying, dissemination, distribution, disclosure or >> forwarding of this communication is strictly prohibited. If you have >> received this communication in error, please contact the sender immediately >> and delete it from your system. Thank You. >> >> >> >> -- Arun C. Murthy Hortonworks Inc. http://hortonworks.com/hdp/ -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. --Apple-Mail=_D6294148-E226-4FAD-B194-EE288C9F8DDD--