From common-commits-return-11874-apmail-hadoop-common-commits-archive=hadoop.apache.org@hadoop.apache.org Tue Oct 26 22:57:12 2010 Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 1097 invoked from network); 26 Oct 2010 22:57:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Oct 2010 22:57:12 -0000 Received: (qmail 65336 invoked by uid 500); 26 Oct 2010 22:57:12 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 65302 invoked by uid 500); 26 Oct 2010 22:57:12 -0000 Mailing-List: contact common-commits-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-commits@hadoop.apache.org Received: (qmail 65295 invoked by uid 500); 26 Oct 2010 22:57:12 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 65292 invoked by uid 99); 26 Oct 2010 22:57:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 22:57:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 22:57:10 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id EB0A6EC; Tue, 26 Oct 2010 22:56:33 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 26 Oct 2010 22:56:33 -0000 Message-ID: <20101026225633.23805.51421@eosnew.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22Hive/HowToRelease=22_by_JohnSich?= =?utf-8?q?i?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "Hive/HowToRelease" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/HowToRelease?action=3Ddiff&rev1=3D16&rev= 2=3D17 -------------------------------------------------- }}} 1. Copy release files to the distribution directory and make them writab= le by the hive group. {{{ ssh people.apache.org - cp -pr public_html/hive-X.Y.Z-candidate-0 /www/www.apache.org/dist/hive/h= ive-X.Y.Z + cp -pR public_html/hive-X.Y.Z-candidate-0/ /www/www.apache.org/dist/hive/= hive-X.Y.Z cd /www/www.apache.org/dist/hive chgrp -R hive hive-X.Y.Z chmod -R g+w hive-X.Y.Z