mapred-site.xml 582 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <configuration>
  4. <property>
  5. <name>mapred.job.tracker</name>
  6. <value>localhost:8021</value>
  7. </property>
  8. <!-- Enable Hue plugins -->
  9. <property>
  10. <name>mapred.jobtracker.plugins</name>
  11. <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>
  12. <description>Comma-separated list of jobtracker plug-ins to be activated.
  13. </description>
  14. </property>
  15. <property>
  16. <name>jobtracker.thrift.address</name>
  17. <value>0.0.0.0:9290</value>
  18. </property>
  19. </configuration>