Author: rvs
Date: Mon Jan 30 18:54:48 2012
New Revision: 1237926

URL: http://svn.apache.org/viewvc?rev=1237926&view=rev
Log:
BIGTOP-378. history server security configs are missing

Modified:
    
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/mapred-site.xml

Modified: 
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/mapred-site.xml
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/mapred-site.xml?rev=1237926&r1=1237925&r2=1237926&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/mapred-site.xml
 (original)
+++ 
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/mapred-site.xml
 Mon Jan 30 18:54:48 2012
@@ -19,6 +19,16 @@
 <configuration>
 
 <% if hadoop_security_authentication == "kerberos" %>
+  <!-- HistoryServer security configs -->
+  <property>
+    <name>mapreduce.jobhistory.principal</name>
+    <value>yarn/_HOST@<%= kerberos_realm %></value>
+  </property>
+  <property>
+    <name>mapreduce.jobhistory.keytab</name>
+    <value>/etc/yarn.keytab</value> <!-- path to the MapReduce keytab -->
+  </property>
+
   <!-- JobTracker security configs -->
   <property>
     <name>mapreduce.jobtracker.kerberos.principal</name>


Reply via email to