Updated Branches: refs/heads/1.4.5-SNAPSHOT 79ff4f1bb -> a561152c8
ACCUMULO-2127 Add note to append hadoop2 classpath entries in example configs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a561152c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a561152c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a561152c Branch: refs/heads/1.4.5-SNAPSHOT Commit: a561152c8dc5216be00dc0dcea526668ea8f1177 Parents: 79ff4f1 Author: Josh Elser <els...@apache.org> Authored: Fri Jan 3 18:02:23 2014 -0500 Committer: Josh Elser <els...@apache.org> Committed: Fri Jan 3 18:02:23 2014 -0500 ---------------------------------------------------------------------- conf/examples/1GB/native-standalone/accumulo-site.xml | 3 ++- conf/examples/1GB/standalone/accumulo-site.xml | 3 ++- conf/examples/2GB/native-standalone/accumulo-site.xml | 3 ++- conf/examples/2GB/standalone/accumulo-site.xml | 3 ++- conf/examples/3GB/native-standalone/accumulo-site.xml | 3 ++- conf/examples/3GB/standalone/accumulo-site.xml | 3 ++- conf/examples/512MB/native-standalone/accumulo-site.xml | 3 ++- conf/examples/512MB/standalone/accumulo-site.xml | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/1GB/native-standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/1GB/native-standalone/accumulo-site.xml b/conf/examples/1GB/native-standalone/accumulo-site.xml index 3ff1537..f0202b0 100644 --- a/conf/examples/1GB/native-standalone/accumulo-site.xml +++ b/conf/examples/1GB/native-standalone/accumulo-site.xml @@ -96,7 +96,8 @@ <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. + 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, http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/1GB/standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/1GB/standalone/accumulo-site.xml b/conf/examples/1GB/standalone/accumulo-site.xml index eddb25f..786d080 100644 --- a/conf/examples/1GB/standalone/accumulo-site.xml +++ b/conf/examples/1GB/standalone/accumulo-site.xml @@ -91,7 +91,8 @@ <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. + 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, http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/2GB/native-standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/2GB/native-standalone/accumulo-site.xml b/conf/examples/2GB/native-standalone/accumulo-site.xml index 811f9f8..28318a4 100644 --- a/conf/examples/2GB/native-standalone/accumulo-site.xml +++ b/conf/examples/2GB/native-standalone/accumulo-site.xml @@ -86,7 +86,8 @@ <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. + 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, http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/2GB/standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/2GB/standalone/accumulo-site.xml b/conf/examples/2GB/standalone/accumulo-site.xml index 690142e..14327e0 100644 --- a/conf/examples/2GB/standalone/accumulo-site.xml +++ b/conf/examples/2GB/standalone/accumulo-site.xml @@ -86,7 +86,8 @@ <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. + 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, http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/3GB/native-standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/3GB/native-standalone/accumulo-site.xml b/conf/examples/3GB/native-standalone/accumulo-site.xml index 1e99a93..aaec628 100644 --- a/conf/examples/3GB/native-standalone/accumulo-site.xml +++ b/conf/examples/3GB/native-standalone/accumulo-site.xml @@ -81,7 +81,8 @@ <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. + 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, http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/3GB/standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/3GB/standalone/accumulo-site.xml b/conf/examples/3GB/standalone/accumulo-site.xml index 1e99a93..aaec628 100644 --- a/conf/examples/3GB/standalone/accumulo-site.xml +++ b/conf/examples/3GB/standalone/accumulo-site.xml @@ -81,7 +81,8 @@ <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. + 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, http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/512MB/native-standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/512MB/native-standalone/accumulo-site.xml b/conf/examples/512MB/native-standalone/accumulo-site.xml index 2b9584c..4228344 100644 --- a/conf/examples/512MB/native-standalone/accumulo-site.xml +++ b/conf/examples/512MB/native-standalone/accumulo-site.xml @@ -91,7 +91,8 @@ <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. + 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, http://git-wip-us.apache.org/repos/asf/accumulo/blob/a561152c/conf/examples/512MB/standalone/accumulo-site.xml ---------------------------------------------------------------------- diff --git a/conf/examples/512MB/standalone/accumulo-site.xml b/conf/examples/512MB/standalone/accumulo-site.xml index a312a87..565d7dd 100644 --- a/conf/examples/512MB/standalone/accumulo-site.xml +++ b/conf/examples/512MB/standalone/accumulo-site.xml @@ -91,7 +91,8 @@ <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. + 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,