tree: 74f5e5b558181b83e0cb9fb1411e5748f7884be4 [path history] [tgz]
  1. accumulo/
  2. conf/
  3. hbase/
  4. slider/
  5. actions.json
  6. operations.md
  7. README.md
src/test/clusters/sandbox/README.md

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