Эх сурвалжийг харах

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

Philip Zeyliger 15 жил өмнө
parent
commit
df3e1f3408

+ 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>Comma-separated list of jobtracker plug-ins to be activated.
     </description>
     </description>
   </property>
   </property>
+  <property>
+    <name>jobtracker.thrift.address</name>
+    <value>0.0.0.0:9290</value>
+  </property>
 </configuration>
 </configuration>