README

This is a set of configurations for a single-node YARN cluster built against a sandbox VM, with a DNS entry “sandbox” to match

Core settings

 <configuration>
   <property>
     <name>fs.defaultFS</name>
     <value>hdfs://sandbox:9090</value>
   </property>

   <property>
     <name>yarn.resourcemanager.address</name>
     <value>sandbox:8032</value>
   </property>
   
   <property>
     <name>slider.zookeeper.quorum</name>
     <value>sandbox:2181</value>
   </property>

 </configuration>

For the slider command line

--manager sandbox:8032 --filesystem hdfs://sandbox:9090