Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Conflicts:
        conf/examples/1GB/native-standalone/accumulo-site.xml
        conf/examples/1GB/standalone/accumulo-site.xml
        conf/examples/2GB/native-standalone/accumulo-site.xml
        conf/examples/2GB/standalone/accumulo-site.xml
        conf/examples/3GB/native-standalone/accumulo-site.xml
        conf/examples/3GB/standalone/accumulo-site.xml
        conf/examples/512MB/native-standalone/accumulo-site.xml
        conf/examples/512MB/standalone/accumulo-site.xml
        conf/examples/vfs-classloader/accumulo-site.xml


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a871d59b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a871d59b
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a871d59b

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: a871d59b80c80b696265d01e1748de628a9109c1
Parents: 766eb22 b93e8d8
Author: Josh Elser <els...@apache.org>
Authored: Fri Jan 3 18:28:14 2014 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Fri Jan 3 18:28:14 2014 -0500

----------------------------------------------------------------------
 .../1GB/native-standalone/accumulo-site.xml     | 21 +++++++++---------
 conf/examples/1GB/standalone/accumulo-site.xml  | 21 +++++++++---------
 .../2GB/native-standalone/accumulo-site.xml     | 21 +++++++++---------
 conf/examples/2GB/standalone/accumulo-site.xml  | 21 +++++++++---------
 .../3GB/native-standalone/accumulo-site.xml     | 21 +++++++++---------
 conf/examples/3GB/standalone/accumulo-site.xml  | 21 +++++++++---------
 .../512MB/native-standalone/accumulo-site.xml   | 21 +++++++++---------
 .../examples/512MB/standalone/accumulo-site.xml | 21 +++++++++---------
 conf/examples/crypto/accumulo-site.xml          | 23 ++++++++++----------
 conf/examples/vfs-classloader/accumulo-site.xml | 21 +++++++++---------
 10 files changed, 101 insertions(+), 111 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/1GB/native-standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/1GB/native-standalone/accumulo-site.xml
index 44042e6,8e467a6..32c6774
--- a/conf/examples/1GB/native-standalone/accumulo-site.xml
+++ b/conf/examples/1GB/native-standalone/accumulo-site.xml
@@@ -88,36 -88,42 +88,35 @@@
    </property>
  
    <property>
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
 +
 +  <property>
      <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 -
 -       $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -       /usr/lib/hadoop/.*.jar,
 -       /usr/lib/hadoop/lib/.*.jar,
 -       /usr/lib/hadoop-hdfs/.*.jar,
 -       /usr/lib/hadoop-mapreduce/.*.jar,
 -       /usr/lib/hadoop-yarn/.*.jar,
 -    -->
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/1GB/standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/1GB/standalone/accumulo-site.xml
index e32d143,07fdc20..1906a56
--- a/conf/examples/1GB/standalone/accumulo-site.xml
+++ b/conf/examples/1GB/standalone/accumulo-site.xml
@@@ -88,36 -88,42 +88,35 @@@
    </property>
  
    <property>
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
 +
 +  <property>
      <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 -
 -       $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -       /usr/lib/hadoop/.*.jar,
 -       /usr/lib/hadoop/lib/.*.jar,
 -       /usr/lib/hadoop-hdfs/.*.jar,
 -       /usr/lib/hadoop-mapreduce/.*.jar,
 -       /usr/lib/hadoop-yarn/.*.jar,
 -    -->
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/2GB/native-standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/2GB/native-standalone/accumulo-site.xml
index 9f308a2,8137bce..042746b
--- a/conf/examples/2GB/native-standalone/accumulo-site.xml
+++ b/conf/examples/2GB/native-standalone/accumulo-site.xml
@@@ -78,36 -78,42 +78,35 @@@
    </property>
  
    <property>
 -    <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
  
 -       $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -       /usr/lib/hadoop/.*.jar,
 -       /usr/lib/hadoop/lib/.*.jar,
 -       /usr/lib/hadoop-hdfs/.*.jar,
 -       /usr/lib/hadoop-mapreduce/.*.jar,
 -       /usr/lib/hadoop-yarn/.*.jar,
 -    -->
 +  <property>
 +    <name>general.classpaths</name>
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/2GB/standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/2GB/standalone/accumulo-site.xml
index b6546e5,0f3865a..96e7671
--- a/conf/examples/2GB/standalone/accumulo-site.xml
+++ b/conf/examples/2GB/standalone/accumulo-site.xml
@@@ -91,36 -91,42 +91,35 @@@
    </property>
  
    <property>
 -    <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
  
 -      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -      /usr/lib/hadoop/.*.jar,
 -      /usr/lib/hadoop/lib/.*.jar,
 -      /usr/lib/hadoop-hdfs/.*.jar,
 -      /usr/lib/hadoop-mapreduce/.*.jar,
 -      /usr/lib/hadoop-yarn/.*.jar,
 -    -->
 +  <property>
 +    <name>general.classpaths</name>
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/3GB/native-standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/3GB/native-standalone/accumulo-site.xml
index 2ad5885,2a8baa4..f600505
--- a/conf/examples/3GB/native-standalone/accumulo-site.xml
+++ b/conf/examples/3GB/native-standalone/accumulo-site.xml
@@@ -73,36 -73,42 +73,35 @@@
    </property>
  
    <property>
 -    <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
  
 -       $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -       /usr/lib/hadoop/.*.jar,
 -       /usr/lib/hadoop/lib/.*.jar,
 -       /usr/lib/hadoop-hdfs/.*.jar,
 -       /usr/lib/hadoop-mapreduce/.*.jar,
 -       /usr/lib/hadoop-yarn/.*.jar,
 -    -->
 +  <property>
 +    <name>general.classpaths</name>
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/3GB/standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/3GB/standalone/accumulo-site.xml
index 55edfec,0fecedf..e305730
--- a/conf/examples/3GB/standalone/accumulo-site.xml
+++ b/conf/examples/3GB/standalone/accumulo-site.xml
@@@ -78,36 -78,42 +78,35 @@@
    </property>
  
    <property>
 -    <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
  
 -       $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -       /usr/lib/hadoop/.*.jar,
 -       /usr/lib/hadoop/lib/.*.jar,
 -       /usr/lib/hadoop-hdfs/.*.jar,
 -       /usr/lib/hadoop-mapreduce/.*.jar,
 -       /usr/lib/hadoop-yarn/.*.jar,
 -    -->
 +  <property>
 +    <name>general.classpaths</name>
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/512MB/native-standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/512MB/native-standalone/accumulo-site.xml
index cd25aa8,69531b8..69cb174
--- a/conf/examples/512MB/native-standalone/accumulo-site.xml
+++ b/conf/examples/512MB/native-standalone/accumulo-site.xml
@@@ -83,36 -83,42 +83,35 @@@
    </property>
  
    <property>
 -    <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
  
 -       $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -       /usr/lib/hadoop/.*.jar,
 -       /usr/lib/hadoop/lib/.*.jar,
 -       /usr/lib/hadoop-hdfs/.*.jar,
 -       /usr/lib/hadoop-mapreduce/.*.jar,
 -       /usr/lib/hadoop-yarn/.*.jar,
 -    -->
 +  <property>
 +    <name>general.classpaths</name>
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/512MB/standalone/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/512MB/standalone/accumulo-site.xml
index b1d5470,5ca8b33..3edb88f
--- a/conf/examples/512MB/standalone/accumulo-site.xml
+++ b/conf/examples/512MB/standalone/accumulo-site.xml
@@@ -89,36 -89,42 +89,35 @@@
    </property>
  
    <property>
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
 +
 +  <property>
      <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 -
 -       $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -       /usr/lib/hadoop/.*.jar,
 -       /usr/lib/hadoop/lib/.*.jar,
 -       /usr/lib/hadoop-hdfs/.*.jar,
 -       /usr/lib/hadoop-mapreduce/.*.jar,
 -       /usr/lib/hadoop-yarn/.*.jar,
 -    -->
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  </configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/crypto/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/crypto/accumulo-site.xml
index 39a385b,0000000..5c17fe4
mode 100644,000000..100644
--- a/conf/examples/crypto/accumulo-site.xml
+++ b/conf/examples/crypto/accumulo-site.xml
@@@ -1,172 -1,0 +1,171 @@@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +  Licensed to the Apache Software Foundation (ASF) under one or more
 +  contributor license agreements.  See the NOTICE file distributed with
 +  this work for additional information regarding copyright ownership.
 +  The ASF licenses this file to You under the Apache License, Version 2.0
 +  (the "License"); you may not use this file except in compliance with
 +  the License.  You may obtain a copy of the License at
 +
 +      http://www.apache.org/licenses/LICENSE-2.0
 +
 +  Unless required by applicable law or agreed to in writing, software
 +  distributed under the License is distributed on an "AS IS" BASIS,
 +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 +  See the License for the specific language governing permissions and
 +  limitations under the License.
 +-->
 +<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 +
 +<configuration>
 +      <!--
 +  Put your site-specific accumulo configurations here.
 +
 +  The available configuration values along with their defaults
 +  are documented in docs/config.html
 +
 +  Unless you are simply testing at your workstation, you will most
 +  definitely need to change the three entries below.
 +      -->
 +
 +    <property>
 +      <name>instance.zookeeper.host</name>
 +      <value>localhost:2181</value>
 +      <description>comma separated list of zookeeper servers</description>
 +    </property>
 +
 +    <property>
 +      <name>logger.dir.walog</name>
 +      <value>walogs</value>
 +      <description>The directory used to store write-ahead logs on the local 
filesystem. It is possible to specify a comma-separated list of 
directories.</description>
 +    </property>
 +
 +    <property>
 +      <name>instance.secret</name>
 +      <value>DEFAULT</value>
 +      <description>A secret unique to a given instance that all servers must 
know in order to communicate with one another.
 +                   Change it before initialization. To change it later use 
./bin/accumulo org.apache.accumulo.server.util.ChangeSecret [oldpasswd] 
[newpasswd],
 +                   and then update this file.
 +      </description>
 +    </property>
 +
 +    <property>
 +      <name>tserver.memory.maps.max</name>
 +      <value>80M</value>
 +    </property>
 +
 +    <property>
 +      <name>tserver.cache.data.size</name>
 +      <value>7M</value>
 +    </property>
 +
 +    <property>
 +      <name>tserver.cache.index.size</name>
 +      <value>20M</value>
 +    </property>
 +
 +    <property>
 +      <name>trace.password</name>
 +      <!--
 +        change this to the root user's password, and/or change the user below
 +       -->
 +      <value>password</value>
 +    </property>
 +
 +    <property>
 +      <name>trace.user</name>
 +      <value>root</value>
 +    </property>
 +
 +    <property>
 +      <name>tserver.sort.buffer.size</name>
 +      <value>50M</value>
 +    </property>
 +
 +    <property>
 +      <name>tserver.walog.max.size</name>
 +      <value>100M</value>
 +    </property>
 +
 +    <property>
 +      <name>general.classpaths</name>
 +      <value>
-         <!-- Comment the following for hadoop-1.2 -->
-         $HADOOP_PREFIX/share/hadoop/common/.*.jar,
-         $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
-         $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
-         $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
-         $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
-         /usr/lib/hadoop/.*.jar,
-         /usr/lib/hadoop/lib/.*.jar,
-         /usr/lib/hadoop-hdfs/.*.jar,
-         /usr/lib/hadoop-mapreduce/.*.jar,
-         /usr/lib/hadoop-yarn/.*.jar,
- 
 +        $ACCUMULO_HOME/server/target/classes/,
 +        $ACCUMULO_HOME/core/target/classes/,
 +        $ACCUMULO_HOME/start/target/classes/,
 +        $ACCUMULO_HOME/fate/target/classes/,
 +        $ACCUMULO_HOME/proxy/target/classes/,
 +        $ACCUMULO_HOME/examples/target/classes/,
 +        $ACCUMULO_HOME/lib/[^.].$ACCUMULO_VERSION.jar,
 +        $ACCUMULO_HOME/lib/[^.].*.jar,
 +        $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
 +        $HADOOP_CONF_DIR,
 +        $HADOOP_PREFIX/[^.].*.jar,
 +        $HADOOP_PREFIX/lib/[^.].*.jar,
++        <!-- Comment the following for hadoop-1.2 -->
++        $HADOOP_PREFIX/share/hadoop/common/.*.jar,
++        $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
++        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
++        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
++        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
++        /usr/lib/hadoop/.*.jar,
++        /usr/lib/hadoop/lib/.*.jar,
++        /usr/lib/hadoop-hdfs/.*.jar,
++        /usr/lib/hadoop-mapreduce/.*.jar,
++        /usr/lib/hadoop-yarn/.*.jar,
 +      </value>
 +      <description>Classpaths that accumulo checks for updates and class 
files.
 +      When using the Security Manager, please remove the 
".../target/classes/" values.
 +      </description>
 +    </property>
 +
 +    <property>
 +      <name>crypto.module.class</name>
 +      
<value>org.apache.accumulo.core.security.crypto.DefaultCryptoModule</value>
 +    </property>
 +    <property>
 +      <name>crypto.cipher.suite</name>
 +      <value>AES/CFB/PKCS5Padding</value>
 +    </property>
 +    <property>
 +      <name>crypto.cipher.algorithm.name</name>
 +      <value>AES</value>
 +    </property>
 +    <property>
 +      <name>crypto.cipher.key.length</name>
 +      <value>128</value>
 +    </property>
 +    <property>
 +      <name>crypto.secure.rng</name>
 +      <value>SHA1PRNG</value>
 +    </property>
 +    <property>
 +      <name>crypto.secure.rng.provider</name>
 +      <value>SUN</value>
 +    </property>
 +
 +    <property>
 +      <name>crypto.secret.key.encryption.strategy.class</name>
 +      
<value>org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy</value>
 +    </property>
 +
 +    <property>
 +        <name>crypto.default.key.strategy.cipher.suite</name>
 +        <value>AES/ECB/NoPadding</value>
 +    </property>
 +<!--
 +     These properties can be useful for situations where you are conducting 
unit tests without HDFS
 +    running.
 +-->
 +
 +<!--
 +    <property>
 +      <name>crypto.default.key.strategy.hdfs.uri</name>
 +      <value>file:///</value>
 +    </property>
 +    <property>
 +      <name>crypto.default.key.strategy.key.location</name>
 +      <value>/tmp/test.secret.key</value>
 +    </property>
 +-->
 +</configuration>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/a871d59b/conf/examples/vfs-classloader/accumulo-site.xml
----------------------------------------------------------------------
diff --cc conf/examples/vfs-classloader/accumulo-site.xml
index 4892ee1,f14097b..7ba3f97
--- a/conf/examples/vfs-classloader/accumulo-site.xml
+++ b/conf/examples/vfs-classloader/accumulo-site.xml
@@@ -83,37 -83,43 +83,36 @@@
    </property>
  
    <property>
 -    <name>general.classpaths</name>
 -    <!--
 -       Add the following for Hadoop2, actual needs depend on Hadoop 
installation details.
 -       This list may be excessive, but this should cause no issues. Append 
these values
 -       after the $HADOOP_PREFIX entries
 +    <name>general.maven.project.basedir</name>
 +    <value></value>
 +  </property>
  
 -      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 -      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 -      /usr/lib/hadoop/.*.jar,
 -      /usr/lib/hadoop/lib/.*.jar,
 -      /usr/lib/hadoop-hdfs/.*.jar,
 -      /usr/lib/hadoop-mapreduce/.*.jar,
 -      /usr/lib/hadoop-yarn/.*.jar,
 -    -->
 +  <property>
 +    <name>general.classpaths</name>
      <value>
 -      $ACCUMULO_HOME/server/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-server.jar,
 -      $ACCUMULO_HOME/core/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-core.jar,
 -      $ACCUMULO_HOME/start/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-start.jar,
 -      $ACCUMULO_HOME/fate/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-fate.jar,
 -      $ACCUMULO_HOME/proxy/target/classes/,
+       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
+       $ACCUMULO_HOME/lib/[^.].*.jar,
+       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
+       $HADOOP_CONF_DIR,
+       $HADOOP_PREFIX/[^.].*.jar,
+       $HADOOP_PREFIX/lib/[^.].*.jar,
 +      <!-- Comment the following for hadoop-1.2 -->
 +      $HADOOP_PREFIX/share/hadoop/common/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
 +      $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
 +      /usr/lib/hadoop/.*.jar,
 +      /usr/lib/hadoop/lib/.*.jar,
 +      /usr/lib/hadoop-hdfs/.*.jar,
 +      /usr/lib/hadoop-mapreduce/.*.jar,
 +      /usr/lib/hadoop-yarn/.*.jar,
- 
-       $ACCUMULO_HOME/lib/accumulo-server.jar,
-       $ACCUMULO_HOME/lib/accumulo-core.jar,
-       $ACCUMULO_HOME/lib/accumulo-start.jar,
-       $ACCUMULO_HOME/lib/accumulo-fate.jar,
-       $ACCUMULO_HOME/lib/accumulo-proxy.jar,
-       $ACCUMULO_HOME/lib/[^.].*.jar,
-       $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
-       $HADOOP_CONF_DIR,
-       $HADOOP_PREFIX/[^.].*.jar,
-       $HADOOP_PREFIX/lib/[^.].*.jar,
      </value>
 -    <description>Classpaths that accumulo checks for updates and class files.
 -      When using the Security Manager, please remove the 
".../target/classes/" values.
 -    </description>
 +    <description>Classpaths that accumulo checks for updates and class 
files.</description>
    </property>
  
    <!-- VFS ClassLoader Settings -->

Reply via email to