From mapreduce-dev-return-12244-apmail-hadoop-mapreduce-dev-archive=hadoop.apache.org@hadoop.apache.org Mon Aug 11 12:51:33 2014 Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 341DC1159B for ; Mon, 11 Aug 2014 12:51:33 +0000 (UTC) Received: (qmail 39154 invoked by uid 500); 11 Aug 2014 12:51:29 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 38956 invoked by uid 500); 11 Aug 2014 12:51:29 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 38707 invoked by uid 99); 11 Aug 2014 12:51:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 12:51:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ozawa.tsuyoshi@gmail.com designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-wg0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 12:51:03 +0000 Received: by mail-wg0-f45.google.com with SMTP id x12so8381886wgg.4 for ; Mon, 11 Aug 2014 05:51:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PjTjNIutzWTUvWsuUsBDnRWqFOU1/6xkzn3xeADXHDw=; b=N4ih24uTqpyczQi18PnyMxg1I8kPErvVw16kt9XjMRJZJGAHiJ/Iu1s+Qis+Kby+9Y tIVz24ZjiVhcxhn1f6hP/9Yiy6eMP4GCAFJwGfzmajZtRnbdcn18EwIttWdMdjgYjxxv fu2Zk96ynpIl0pgU1iV8UVmh0cmL1C5TMQFMpvKg6XeZiFYRkdkaUTjpRTDmfsxlumFn xeILoJosveINjwZ7byED9v3uU4nsStOmyGrosmX0LGEmNcfd2ujxfrWB1drIIyUkCMtU fJiwGZusuE4My3qcbx8+mX8+Rxf4h9l1e+JDhuneQUTbVI6jsITVG25d2gGkgN/ta2U4 Au9w== MIME-Version: 1.0 X-Received: by 10.180.73.139 with SMTP id l11mr25033211wiv.30.1407761463009; Mon, 11 Aug 2014 05:51:03 -0700 (PDT) Received: by 10.216.172.66 with HTTP; Mon, 11 Aug 2014 05:51:02 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Aug 2014 21:51:02 +0900 Message-ID: Subject: Re: [VOTE] Release Apache Hadoop 2.5.0 RC2 From: Tsuyoshi OZAWA To: "mapreduce-dev@hadoop.apache.org" Cc: "common-dev@hadoop.apache.org" , "hdfs-dev@hadoop.apache.org" , "yarn-dev@hadoop.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org -1 (non-binding). * Downloaded source and verified signature. * Built from source. * Ran tests and some MR jobs. * Ran RM-HA with manual failover mode. - Documents are missing. Good catch, Akira. As he mentioned, the documents including javadocs are missing from the binary tar ball. We should include them. It only includes following docs: $ find . -name *.html ./share/doc/hadoop/httpfs/dependency-analysis.html ./share/doc/hadoop/httpfs/UsingHttpTools.html ./share/doc/hadoop/httpfs/project-reports.html ./share/doc/hadoop/httpfs/ServerSetup.html ./share/doc/hadoop/httpfs/index.html ./share/hadoop/httpfs/tomcat/webapps/ROOT/index.html ./share/hadoop/hdfs/webapps/secondary/status.html ./share/hadoop/hdfs/webapps/secondary/index.html ./share/hadoop/hdfs/webapps/hdfs/dfshealth.html ./share/hadoop/hdfs/webapps/hdfs/explorer.html ./share/hadoop/hdfs/webapps/hdfs/index.html ./share/hadoop/hdfs/webapps/journal/index.html ./share/hadoop/hdfs/webapps/datanode/index.html ./share/hadoop/tools/sls/html/showSimulationTrace.html Karthik, could you create new tar ball with the documentations? Thanks, - Tsuyoshi On Thu, Aug 7, 2014 at 5:59 AM, Karthik Kambatla wrote: > Hi folks, > > I have put together a release candidate (rc2) for Hadoop 2.5.0. > > The RC is available at: http://people.apache.org/~kasha/hadoop-2.5.0-RC2/ > The RC tag in svn is here: > https://svn.apache.org/repos/asf/hadoop/common/tags/release-2.5.0-rc2/ > The maven artifacts are staged at: > https://repository.apache.org/content/repositories/orgapachehadoop-1009/ > > You can find my public key at: > http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS > > Please try the release and vote. The vote will run for the now usual 5 > days. > > Thanks -- - Tsuyoshi