Author: gates
Date: Thu Mar 29 22:02:12 2012
New Revision: 1307137
URL: http://svn.apache.org/viewvc?rev=1307137&view=rev
Log:
HCATALOG-312 Hcatalog rpms change the ownership of /usr/lib64 to hcat user
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/src/packages/rpm/spec/hcatalog.spec
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1307137&r1=1307136&r2=1307137&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Thu Mar 29 22:02:12 2012
@@ -98,6 +98,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-302 unable to write to hbase channel. HBaseHCatStorageHandler class not
found (rohini via gates)
Modified: incubator/hcatalog/trunk/src/packages/rpm/spec/hcatalog.spec
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/packages/rpm/spec/hcatalog.spec?rev=1307137&r1=1307136&r2=1307137&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/packages/rpm/spec/hcatalog.spec (original)
+++ incubator/hcatalog/trunk/src/packages/rpm/spec/hcatalog.spec Thu Mar 29
22:02:12 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}