Browse Source

HUE-15. Explicitly specifying default for jobtracker.thrift.address for consistency with hdfs-site.xml

Philip Zeyliger 15 years ago
parent
commit
df3e1f3408
1 changed files with 4 additions and 0 deletions
  1. 4 0
      example-hadoop-confs/conf.pseudo-hue/mapred-site.xml

+ 4 - 0
example-hadoop-confs/conf.pseudo-hue/mapred-site.xml

@@ -14,4 +14,8 @@
     <description>Comma-separated list of jobtracker plug-ins to be activated.
     </description>
   </property>
+  <property>
+    <name>jobtracker.thrift.address</name>
+    <value>0.0.0.0:9290</value>
+  </property>
 </configuration>