From hcatalog-commits-return-782-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Thu Mar 29 22:03:24 2012 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB4F39567 for ; Thu, 29 Mar 2012 22:03:24 +0000 (UTC) Received: (qmail 87862 invoked by uid 500); 29 Mar 2012 22:03:24 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 87821 invoked by uid 500); 29 Mar 2012 22:03:24 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 87811 invoked by uid 99); 29 Mar 2012 22:03:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 22:03:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 22:03:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 507ED2388AF0; Thu, 29 Mar 2012 22:03:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1307139 - in /incubator/hcatalog/branches/branch-0.4: CHANGES.txt src/packages/rpm/spec/hcatalog.spec Date: Thu, 29 Mar 2012 22:03:03 -0000 To: hcatalog-commits@incubator.apache.org From: gates@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120329220303.507ED2388AF0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gates Date: Thu Mar 29 22:03:02 2012 New Revision: 1307139 URL: http://svn.apache.org/viewvc?rev=1307139&view=rev Log: HCATALOG-312 Hcatalog rpms change the ownership of /usr/lib64 to hcat user Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1307139&r1=1307138&r2=1307139&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original) +++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Thu Mar 29 22:03:02 2012 @@ -90,6 +90,8 @@ Release 0.4.0 - Unreleased OPTIMIZATIONS BUG FIXES + HCAT-312 Hcatalog rpms change the ownership of /usr/lib64 to hcat user (gkesavan via gates) + HCAT-301 Reading from a table created with upper case table name throws error. (rohini via toffer) HCAT-319 Cleanup of 0.3 mapred classes (khorgath via gates) Modified: incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec?rev=1307139&r1=1307138&r2=1307139&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec (original) +++ incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec Thu Mar 29 22:03:02 2012 @@ -155,7 +155,7 @@ bash ${RPM_INSTALL_PREFIX0}/sbin/update- rm -f ${RPM_INSTALL_PREFIX0}/share/hcatalog/conf %files -%defattr(-,hcat,hadoop) +%defattr(-,root,root) %attr(0755,hcat,hadoop) %{_log_dir} %attr(0775,hcat,hadoop) %{_pid_dir} %config(noreplace) %{_conf_dir}