s/hoya/r/slider in test configs

git-svn-id: https://svn.apache.org/repos/asf/incubator/slider/trunk@1592697 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/clusters/local/README.md b/src/test/clusters/local/README.md
index 7107992..181def7 100644
--- a/src/test/clusters/local/README.md
+++ b/src/test/clusters/local/README.md
@@ -34,7 +34,7 @@
      </property>
  
  
- For the hoya command line
+ For the slider command line
  
     --manager localhost:9080 --filesystem hdfs://localhost:9000 --zkhosts localhost
  
diff --git a/src/test/clusters/offline/accumulo/accumulo-env.sh b/src/test/clusters/offline/accumulo/accumulo-env.sh
index 11e5ccc..b7a11ee 100755
--- a/src/test/clusters/offline/accumulo/accumulo-env.sh
+++ b/src/test/clusters/offline/accumulo/accumulo-env.sh
@@ -49,7 +49,7 @@
 test -z "$ACCUMULO_MASTER_OPTS"  && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx128m -Xms128m"
 test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx64m -Xms64m" 
 test -z "$ACCUMULO_GC_OPTS"      && export ACCUMULO_GC_OPTS="-Xmx64m -Xms64m"
-test -z "$ACCUMULO_GENERAL_OPTS" && export ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dorg.apache.hoya.container=${CONTAINER_ID}"
+test -z "$ACCUMULO_GENERAL_OPTS" && export ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dorg.apache.slider.container=${CONTAINER_ID}"
 test -z "$ACCUMULO_OTHER_OPTS"   && export ACCUMULO_OTHER_OPTS="-Xmx128m -Xms64m"
 export ACCUMULO_LOG_HOST=`(grep -v '^#' $ACCUMULO_HOME/conf/monitor ; echo localhost ) 2>/dev/null | head -1`
 # what do when the JVM runs out of heap memory
diff --git a/src/test/clusters/offline/accumulo/auditLog.xml b/src/test/clusters/offline/accumulo/auditLog.xml
index 0d81dbe..327f181 100644
--- a/src/test/clusters/offline/accumulo/auditLog.xml
+++ b/src/test/clusters/offline/accumulo/auditLog.xml
@@ -22,7 +22,7 @@
 
     <!--  Write out Audit info to an Audit file -->
     <appender name="Audit" class="org.apache.log4j.DailyRollingFileAppender">
-        <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.audit"/>
+        <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.audit"/>
         <param name="MaxBackupIndex" value="10"/>
         <param name="DatePattern" value="'.'yyyy-MM-dd"/>
         <layout class="org.apache.log4j.PatternLayout">
diff --git a/src/test/clusters/offline/accumulo/generic_logger.xml b/src/test/clusters/offline/accumulo/generic_logger.xml
index 9fac0bc..19537e9 100644
--- a/src/test/clusters/offline/accumulo/generic_logger.xml
+++ b/src/test/clusters/offline/accumulo/generic_logger.xml
@@ -20,7 +20,7 @@
 
   <!-- Write out everything at the DEBUG level to the debug log -->
   <appender name="A2" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.debug.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.debug.log"/>
      <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="DEBUG"/>
@@ -31,7 +31,7 @@
 
   <!--  Write out INFO and higher to the regular log -->
   <appender name="A3" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.log"/>
      <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="INFO"/>
diff --git a/src/test/clusters/offline/accumulo/monitor_logger.xml b/src/test/clusters/offline/accumulo/monitor_logger.xml
index b344c23..7e42a4f 100644
--- a/src/test/clusters/offline/accumulo/monitor_logger.xml
+++ b/src/test/clusters/offline/accumulo/monitor_logger.xml
@@ -20,7 +20,7 @@
 
   <!-- Write out everything at the DEBUG level to the debug log -->
   <appender name="A2" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.debug.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.debug.log"/>
      <param name="MaxFileSize"    value="100MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="DEBUG"/>
@@ -31,7 +31,7 @@
 
   <!--  Write out INFO and higher to the regular log -->
   <appender name="A3" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.log"/>
      <param name="MaxFileSize"    value="100MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="INFO"/>
diff --git a/src/test/clusters/offline/hbase/hbase-site.xml b/src/test/clusters/offline/hbase/hbase-site.xml
index 1e58691..024b096 100644
--- a/src/test/clusters/offline/hbase/hbase-site.xml
+++ b/src/test/clusters/offline/hbase/hbase-site.xml
@@ -43,7 +43,7 @@
  </property>
   <!--just here to verify propagation of properties all the way to the AM-->
   <property>
-    <name>hoya.unused.option</name>
+    <name>slider.unused.option</name>
     <value>1</value>
   </property>
 
diff --git a/src/test/clusters/offline/slider/slider-client.xml b/src/test/clusters/offline/slider/slider-client.xml
index 4f39945..008e857 100644
--- a/src/test/clusters/offline/slider/slider-client.xml
+++ b/src/test/clusters/offline/slider/slider-client.xml
@@ -20,7 +20,7 @@
 <configuration>
   <property>
     <name>slider.client.resource.origin</name>
-    <value>configs/sandbox/hoya</value>
+    <value>configs/sandbox/slider</value>
     <description>This is just for diagnostics</description>
   </property>
 
@@ -35,7 +35,7 @@
   </property>
 
   <property>
-    <name>hoya.funtest.enabled</name>
+    <name>slider.funtest.enabled</name>
     <value>false</value>
   </property>
   
diff --git a/src/test/clusters/remote/slider/log4j.properties b/src/test/clusters/remote/slider/log4j.properties
index 300f682..0f408f3 100644
--- a/src/test/clusters/remote/slider/log4j.properties
+++ b/src/test/clusters/remote/slider/log4j.properties
@@ -58,9 +58,9 @@
 log4j.appender.subprocess=org.apache.log4j.ConsoleAppender
 log4j.appender.subprocess.layout=org.apache.log4j.PatternLayout
 log4j.appender.subprocess.layout.ConversionPattern=[%c{1}]: %m%n
-#log4j.logger.org.apache.hoya.yarn.appmaster.HoyaAppMaster.master=INFO,subprocess
+#log4j.logger.org.apache.slider.yarn.appmaster.SliderAppMaster.master=INFO,subprocess
 
-log4j.logger.org.apache.hoya=DEBUG
+log4j.logger.org.apache.slider=DEBUG
 
 # uncomment to debug service lifecycle issues
 #log4j.logger.org.apache.hadoop.yarn.service.launcher=DEBUG
diff --git a/src/test/clusters/sandbox/README.md b/src/test/clusters/sandbox/README.md
index 34e3342..dae27e6 100644
--- a/src/test/clusters/sandbox/README.md
+++ b/src/test/clusters/sandbox/README.md
@@ -15,7 +15,7 @@
  # README
  
 This is a set of configurations for a single-node YARN cluster built
-from the hortonworks sandbox, *with a DNS entry "sandbox" to match*
+against a sandbox VM, *with a DNS entry "sandbox" to match*
 
 
  
@@ -42,7 +42,7 @@
 
      </configuration>
  
- For the hoya command line
+ For the slider command line
  
     --manager sandbox:8032 --filesystem hdfs://sandbox:9090 
  
diff --git a/src/test/clusters/sandbox/accumulo/accumulo-env.sh b/src/test/clusters/sandbox/accumulo/accumulo-env.sh
index 11e5ccc..b7a11ee 100755
--- a/src/test/clusters/sandbox/accumulo/accumulo-env.sh
+++ b/src/test/clusters/sandbox/accumulo/accumulo-env.sh
@@ -49,7 +49,7 @@
 test -z "$ACCUMULO_MASTER_OPTS"  && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx128m -Xms128m"
 test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx64m -Xms64m" 
 test -z "$ACCUMULO_GC_OPTS"      && export ACCUMULO_GC_OPTS="-Xmx64m -Xms64m"
-test -z "$ACCUMULO_GENERAL_OPTS" && export ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dorg.apache.hoya.container=${CONTAINER_ID}"
+test -z "$ACCUMULO_GENERAL_OPTS" && export ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dorg.apache.slider.container=${CONTAINER_ID}"
 test -z "$ACCUMULO_OTHER_OPTS"   && export ACCUMULO_OTHER_OPTS="-Xmx128m -Xms64m"
 export ACCUMULO_LOG_HOST=`(grep -v '^#' $ACCUMULO_HOME/conf/monitor ; echo localhost ) 2>/dev/null | head -1`
 # what do when the JVM runs out of heap memory
diff --git a/src/test/clusters/sandbox/accumulo/auditLog.xml b/src/test/clusters/sandbox/accumulo/auditLog.xml
index 0d81dbe..327f181 100644
--- a/src/test/clusters/sandbox/accumulo/auditLog.xml
+++ b/src/test/clusters/sandbox/accumulo/auditLog.xml
@@ -22,7 +22,7 @@
 
     <!--  Write out Audit info to an Audit file -->
     <appender name="Audit" class="org.apache.log4j.DailyRollingFileAppender">
-        <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.audit"/>
+        <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.audit"/>
         <param name="MaxBackupIndex" value="10"/>
         <param name="DatePattern" value="'.'yyyy-MM-dd"/>
         <layout class="org.apache.log4j.PatternLayout">
diff --git a/src/test/clusters/sandbox/accumulo/generic_logger.xml b/src/test/clusters/sandbox/accumulo/generic_logger.xml
index 9fac0bc..19537e9 100644
--- a/src/test/clusters/sandbox/accumulo/generic_logger.xml
+++ b/src/test/clusters/sandbox/accumulo/generic_logger.xml
@@ -20,7 +20,7 @@
 
   <!-- Write out everything at the DEBUG level to the debug log -->
   <appender name="A2" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.debug.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.debug.log"/>
      <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="DEBUG"/>
@@ -31,7 +31,7 @@
 
   <!--  Write out INFO and higher to the regular log -->
   <appender name="A3" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.log"/>
      <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="INFO"/>
diff --git a/src/test/clusters/sandbox/accumulo/monitor_logger.xml b/src/test/clusters/sandbox/accumulo/monitor_logger.xml
index b344c23..7e42a4f 100644
--- a/src/test/clusters/sandbox/accumulo/monitor_logger.xml
+++ b/src/test/clusters/sandbox/accumulo/monitor_logger.xml
@@ -20,7 +20,7 @@
 
   <!-- Write out everything at the DEBUG level to the debug log -->
   <appender name="A2" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.debug.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.debug.log"/>
      <param name="MaxFileSize"    value="100MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="DEBUG"/>
@@ -31,7 +31,7 @@
 
   <!--  Write out INFO and higher to the regular log -->
   <appender name="A3" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.log"/>
      <param name="MaxFileSize"    value="100MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="INFO"/>
diff --git a/src/test/clusters/sandbox/hbase/hbase-site.xml b/src/test/clusters/sandbox/hbase/hbase-site.xml
index 1e58691..024b096 100644
--- a/src/test/clusters/sandbox/hbase/hbase-site.xml
+++ b/src/test/clusters/sandbox/hbase/hbase-site.xml
@@ -43,7 +43,7 @@
  </property>
   <!--just here to verify propagation of properties all the way to the AM-->
   <property>
-    <name>hoya.unused.option</name>
+    <name>slider.unused.option</name>
     <value>1</value>
   </property>
 
diff --git a/src/test/clusters/sandbox/operations.md b/src/test/clusters/sandbox/operations.md
index 245100d..8211c2b 100644
--- a/src/test/clusters/sandbox/operations.md
+++ b/src/test/clusters/sandbox/operations.md
@@ -15,7 +15,7 @@
 # Just some operations for manual runs against steve's secure VM
 
 
-    export HOYA_CONF_DIR=/Users/stevel/Projects/Hortonworks/Projects/slider/slider-core/src/test/configs/sandbox/hoya
+    export SLIDER_CONF_DIR=/Users/stevel/Projects/Hortonworks/Projects/slider/slider-core/src/test/configs/sandbox/slider
 
 ## Local manual tests
 
@@ -25,8 +25,8 @@
          --component worker 4\
           --zkhosts sandbox:2181 \
           --provider hbase \
-          --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz \
-          --appconf file:////Users/hoya/Hadoop/configs/master/hbase \
+          --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz \
+          --appconf file:////Users/slider/Hadoop/configs/master/hbase \
           --compopt master jvm.heap 128 \
           --compopt worker jvm.heap 128 
 
@@ -39,7 +39,7 @@
             --component master 0\
         --zkhosts sandbox:2181  \
         --provider hbase \
-        --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz \
+        --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz \
         --appconf file:///Users/stevel/Projects/slider/slider-core/src/test/configs/sandbox/hbase \
         --compopt master jvm.heap 128 \
         --compopt master env.MALLOC_ARENA_MAX 4 \
@@ -50,7 +50,7 @@
     bin/slider create cl1 \
         --component master 0 \
         --zkhosts sandbox:2181  \
-        --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz \
+        --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz \
         --appconf file:///Users/stevel/Projects/slider/slider-core/src/test/configs/sandbox/hbase \
         --compopt master jvm.heap 128 \
         --compopt master env.MALLOC_ARENA_MAX 4 
@@ -70,7 +70,7 @@
     bin/slider create cluster3 \
     --zkhosts sandbox:2181  \
     --provider hbase \
-    --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz \
+    --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz \
     --appconf file:///Users/stevel/Projects/slider/slider-core/src/test/configs/sandbox/hbase \
     --component master 1 \
     --component worker 1 
@@ -81,7 +81,7 @@
     bin/slider create cl1 \
     --zkhosts sandbox:2181   \
     --provider hbase \
-    --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz \
+    --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz \
     --appconf file:///Users/stevel/Projects/slider/slider-core/src/test/configs/sandbox/hbase \
     --component master 1 
 
@@ -90,7 +90,7 @@
      bin/slider create cl1 \
      --zkhosts sandbox:2181   \
      --provider hbase \
-     --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz \
+     --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz \
      --appconf file:///Users/stevel/Projects/slider/slider-core/src/test/configs/sandbox/hbase \
      --component master 1  \
      --component worker 1  
@@ -100,7 +100,7 @@
     bin/slider build cl1 \
     --zkhosts sandbox:2181 \
     --provider hbase \
-    --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz \
+    --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz \
     --appconf file:///Users/stevel/Projects/slider/slider-core/src/test/configs/sandbox/hbase \
     --component master 1 
          
@@ -135,7 +135,7 @@
       --component master 2\
       --zkhosts sandbox:2181 \
       --provider hbase \
-      --image hdfs://sandbox.hortonworks.com:8020/user/hoya/hbase.tar.gz  \
+      --image hdfs://sandbox.hortonworks.com:8020/user/slider/hbase.tar.gz  \
       --appconf file:///Users/stevel/Projects/slider/slider-core/src/test/configs/sandbox/hbase \
       --compopt master env.MALLOC_ARENA_MAX 4 \
       --compopt worker app.infoport 0 \
diff --git a/src/test/clusters/sandbox/slider/slider-client.xml b/src/test/clusters/sandbox/slider/slider-client.xml
index a5d0b6e..3c482b8 100644
--- a/src/test/clusters/sandbox/slider/slider-client.xml
+++ b/src/test/clusters/sandbox/slider/slider-client.xml
@@ -20,7 +20,7 @@
 <configuration>
   <property>
     <name>slider.client.resource.origin</name>
-    <value>configs/sandbox/hoya</value>
+    <value>configs/sandbox/slider</value>
     <description>This is just for diagnostics</description>
   </property>
 
@@ -75,7 +75,7 @@
   <property>
     <name>slider.test.accumulo.tar</name>
     <description>Path to the Accumulo Tar file in HDFS</description>
-    <value>hdfs://sandbox.hortonworks.com:8020/user/hoya/accumulo.tar</value>
+    <value>hdfs://sandbox.hortonworks.com:8020/user/slider/accumulo.tar</value>
   </property>
 
 
diff --git a/src/test/clusters/ubuntu-secure/README.md b/src/test/clusters/ubuntu-secure/README.md
index 4d3ed90..bdf6be3 100644
--- a/src/test/clusters/ubuntu-secure/README.md
+++ b/src/test/clusters/ubuntu-secure/README.md
@@ -17,7 +17,7 @@
 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 Hoya Client running on the host can upload Hoya and deploy HBase onto
+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.
  
  
@@ -38,7 +38,7 @@
      </property>
  
  
- For the hoya command line
+ For the slider command line
  
     --manager ubuntu:8032 --filesystem hdfs://ubuntu:9090 --zkhosts localhost
  
diff --git a/src/test/clusters/ubuntu-secure/accumulo/accumulo-env.sh b/src/test/clusters/ubuntu-secure/accumulo/accumulo-env.sh
index 11e5ccc..b7a11ee 100755
--- a/src/test/clusters/ubuntu-secure/accumulo/accumulo-env.sh
+++ b/src/test/clusters/ubuntu-secure/accumulo/accumulo-env.sh
@@ -49,7 +49,7 @@
 test -z "$ACCUMULO_MASTER_OPTS"  && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx128m -Xms128m"
 test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx64m -Xms64m" 
 test -z "$ACCUMULO_GC_OPTS"      && export ACCUMULO_GC_OPTS="-Xmx64m -Xms64m"
-test -z "$ACCUMULO_GENERAL_OPTS" && export ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dorg.apache.hoya.container=${CONTAINER_ID}"
+test -z "$ACCUMULO_GENERAL_OPTS" && export ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Dorg.apache.slider.container=${CONTAINER_ID}"
 test -z "$ACCUMULO_OTHER_OPTS"   && export ACCUMULO_OTHER_OPTS="-Xmx128m -Xms64m"
 export ACCUMULO_LOG_HOST=`(grep -v '^#' $ACCUMULO_HOME/conf/monitor ; echo localhost ) 2>/dev/null | head -1`
 # what do when the JVM runs out of heap memory
diff --git a/src/test/clusters/ubuntu-secure/accumulo/auditLog.xml b/src/test/clusters/ubuntu-secure/accumulo/auditLog.xml
index 0d81dbe..327f181 100644
--- a/src/test/clusters/ubuntu-secure/accumulo/auditLog.xml
+++ b/src/test/clusters/ubuntu-secure/accumulo/auditLog.xml
@@ -22,7 +22,7 @@
 
     <!--  Write out Audit info to an Audit file -->
     <appender name="Audit" class="org.apache.log4j.DailyRollingFileAppender">
-        <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.audit"/>
+        <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.audit"/>
         <param name="MaxBackupIndex" value="10"/>
         <param name="DatePattern" value="'.'yyyy-MM-dd"/>
         <layout class="org.apache.log4j.PatternLayout">
diff --git a/src/test/clusters/ubuntu-secure/accumulo/generic_logger.xml b/src/test/clusters/ubuntu-secure/accumulo/generic_logger.xml
index 9fac0bc..19537e9 100644
--- a/src/test/clusters/ubuntu-secure/accumulo/generic_logger.xml
+++ b/src/test/clusters/ubuntu-secure/accumulo/generic_logger.xml
@@ -20,7 +20,7 @@
 
   <!-- Write out everything at the DEBUG level to the debug log -->
   <appender name="A2" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.debug.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.debug.log"/>
      <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="DEBUG"/>
@@ -31,7 +31,7 @@
 
   <!--  Write out INFO and higher to the regular log -->
   <appender name="A3" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.log"/>
      <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="INFO"/>
diff --git a/src/test/clusters/ubuntu-secure/accumulo/monitor_logger.xml b/src/test/clusters/ubuntu-secure/accumulo/monitor_logger.xml
index b344c23..7e42a4f 100644
--- a/src/test/clusters/ubuntu-secure/accumulo/monitor_logger.xml
+++ b/src/test/clusters/ubuntu-secure/accumulo/monitor_logger.xml
@@ -20,7 +20,7 @@
 
   <!-- Write out everything at the DEBUG level to the debug log -->
   <appender name="A2" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.debug.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.debug.log"/>
      <param name="MaxFileSize"    value="100MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="DEBUG"/>
@@ -31,7 +31,7 @@
 
   <!--  Write out INFO and higher to the regular log -->
   <appender name="A3" class="org.apache.log4j.RollingFileAppender">
-     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.hoya.container}.log"/>
+     <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_${org.apache.slider.container}.log"/>
      <param name="MaxFileSize"    value="100MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="INFO"/>
diff --git a/src/test/clusters/ubuntu-secure/operations.md b/src/test/clusters/ubuntu-secure/operations.md
index 35c1d49..fc9dc76 100644
--- a/src/test/clusters/ubuntu-secure/operations.md
+++ b/src/test/clusters/ubuntu-secure/operations.md
@@ -12,7 +12,30 @@
   limitations under the License. See accompanying LICENSE file.
 -->
 
-# Just some operations for manual runs against steve's secure VM
+# Just some operations for manual runs against a kerberized Ubunt VM
+
+# starting services
+
+## using hadoop/sbin service launchers
+    
+    hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs start namenode
+    hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs start datanode
+    yarn-daemon.sh --config $HADOOP_CONF_DIR start resourcemanager
+    yarn-daemon.sh --config $HADOOP_CONF_DIR start nodemanager
+    
+    ~/zookeeper/bin/zkServer.sh start
+    
+    
+## stop them
+
+    hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs stop namenode
+    hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs stop datanode
+    
+    yarn-daemon.sh --config $HADOOP_CONF_DIR stop resourcemanager
+    yarn-daemon.sh --config $HADOOP_CONF_DIR stop nodemanager
+    
+
+
 
   export SLIDER_JVM_OPTS="-Djava.security.krb5.realm=COTHAM -Djava.security.krb5.kdc=ubuntu -Djava.net.preferIPv4Stack=true"
 
@@ -223,7 +246,7 @@
       --zkhosts ubuntu \
       --zkport 2121 \
       --image hdfs://ubuntu:9090/hbase.tar \
-      --appconf file:///Users/stevel/Projects/Hortonworks/Projects/hoya/hoya-funtest/src/test/configs/ubuntu-secure/hbase \
+      --appconf file:///Users/stevel/Projects/Hortonworks/Projects/slider/slider-funtest/src/test/configs/ubuntu-secure/hbase \
       --roleopt master env.MALLOC_ARENA_MAX 4 \
       --roleopt worker app.infoport 0 \