Author: swagle
Date: Wed May 29 19:54:45 2013
New Revision: 1487617
URL: http://svn.apache.org/r1487617
Log:
AMBARI-2220. Update deployed log4j conf for Hbase deployments from Ambari.
(swagle)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/init.pp
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1487617&r1=1487616&r2=1487617&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May 29 19:54:45 2013
@@ -904,6 +904,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-2220. Update deployed log4j conf for Hbase deployments from Ambari.
+ (swagle)
+
AMBARI-2213. RegionServer gets exception while accessing staging directory
in secure cluster. (jaimin)
Modified:
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/init.pp
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/init.pp?rev=1487617&r1=1487616&r2=1487617&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/init.pp
(original)
+++
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/init.pp
Wed May 29 19:54:45 2013
@@ -93,7 +93,7 @@ class hdp-hbase(
override_owner => true
}
- hdp-hbase::configfile {
['hbase-env.sh','log4j.properties','hadoop-metrics.properties']:
+ hdp-hbase::configfile { ['hbase-env.sh','hadoop-metrics.properties']:
type => $type
}