You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/10/27 02:40:48 UTC

svn commit: r1189562 - /incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/cluster.pp

Author: rvs
Date: Thu Oct 27 00:40:47 2011
New Revision: 1189562

URL: http://svn.apache.org/viewvc?rev=1189562&view=rev
Log:
BIGTOP-163. stock hadoop doesn't support wildcards in proxy users

Modified:
    incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/cluster.pp

Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/cluster.pp
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/cluster.pp?rev=1189562&r1=1189561&r2=1189562&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/cluster.pp (original)
+++ incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/cluster.pp Thu Oct 27 00:40:47 2011
@@ -26,7 +26,7 @@ class hadoop_cluster_node {
   # $hadoop_mapred_jobtracker_plugins="org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin"
   # $hadoop_mapred_tasktracker_plugins="org.apache.hadoop.mapred.TaskTrackerCmonInst"
 
-  $hadoop_core_proxyusers = { oozie => { groups => '*', hosts => '*' } }
+  $hadoop_core_proxyusers = { oozie => { groups => 'root,hadoop,jenkins,oozie,users', hosts => "${hadoop_head_node},localhost,127.0.0.1" } }
 
   $hadoop_hbase_rootdir = "hdfs://$hadoop_namenode_host:$hadoop_namenode_port/hbase"
   $hadoop_hbase_zookeeper_quorum = "$hadoop_head_node"