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