tree: ac2087ca4265c761033b1ad376822695d6dc1430 [path history] [tgz]
  1. accumulo/
  2. hbase/
  3. slider/
  4. capacity-scheduler.xml
  5. configuration.xsl
  6. container-executor.cfg
  7. core-site.xml
  8. hadoop-env.cmd
  9. hadoop-env.sh
  10. hadoop-metrics.properties
  11. hadoop-metrics2.properties
  12. hadoop-policy.xml
  13. hdfs-site.xml
  14. httpfs-env.sh
  15. httpfs-log4j.properties
  16. httpfs-signature.secret
  17. httpfs-site.xml
  18. log4j.properties
  19. mapred-env.cmd
  20. mapred-env.sh
  21. mapred-queues.xml.template
  22. mapred-site.xml
  23. operations.md
  24. README.md
  25. slaves
  26. ssl-client.xml.example
  27. ssl-server.xml.example
  28. yarn-env.cmd
  29. yarn-env.sh
  30. yarn-site.xml
src/test/clusters/ubuntu-secure/README.md

README

This is a set of configurations for a single-node YARN cluster running in a VM, with HDFS and YARN brought up on the external network, not localhost. Assuming the physical host has a DNS entry for the machine, ubuntu, a Slider Client running on the host can upload Slider and deploy HBase onto the single-node cluster even though neither is installed on the VM.

Core settings

 <configuration>
   <property>
     <name>fs.defaultFS</name>
     <value>hdfs://ubuntu:9090</value>
   </property>
 </configuration>
 <property>
   <name>yarn.resourcemanager.address</name>
   <value>ubuntu:8032</value>
 </property>

For the slider command line

--manager ubuntu:8032 --filesystem hdfs://ubuntu:9090 --zkhosts localhost