浏览代码

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

Philip Zeyliger 15 年之前
父节点
当前提交
df3e1f3408
共有 1 个文件被更改,包括 4 次插入0 次删除
  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>