ACCUMULO-3230 Include Hadoop's jersey libs on the classpath.

The timeline client requires jersey and yarn jobs will fail to
submit without them.


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

Branch: refs/heads/master
Commit: f816e788956632cbc152a39c01dc7f4ee8c0c5cb
Parents: 11762c5
Author: Josh Elser <els...@apache.org>
Authored: Sun Oct 12 12:51:01 2014 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Sun Oct 12 12:51:01 2014 -0400

----------------------------------------------------------------------
 conf/examples/1GB/native-standalone/accumulo-site.xml   | 2 ++
 conf/examples/1GB/standalone/accumulo-site.xml          | 2 ++
 conf/examples/2GB/native-standalone/accumulo-site.xml   | 2 ++
 conf/examples/2GB/standalone/accumulo-site.xml          | 2 ++
 conf/examples/3GB/native-standalone/accumulo-site.xml   | 2 ++
 conf/examples/3GB/standalone/accumulo-site.xml          | 2 ++
 conf/examples/512MB/native-standalone/accumulo-site.xml | 2 ++
 conf/examples/512MB/standalone/accumulo-site.xml        | 2 ++
 conf/examples/vfs-classloader/accumulo-site.xml         | 2 ++
 9 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 8e467a6..733c6e4 100644
--- a/conf/examples/1GB/native-standalone/accumulo-site.xml
+++ b/conf/examples/1GB/native-standalone/accumulo-site.xml
@@ -99,11 +99,13 @@
        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+       $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+       /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 07fdc20..8a7dabe 100644
--- a/conf/examples/1GB/standalone/accumulo-site.xml
+++ b/conf/examples/1GB/standalone/accumulo-site.xml
@@ -99,11 +99,13 @@
        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+       $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+       /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 8137bce..08ec15c 100644
--- a/conf/examples/2GB/native-standalone/accumulo-site.xml
+++ b/conf/examples/2GB/native-standalone/accumulo-site.xml
@@ -89,11 +89,13 @@
        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+       $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+       /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 0f3865a..aaedfca 100644
--- a/conf/examples/2GB/standalone/accumulo-site.xml
+++ b/conf/examples/2GB/standalone/accumulo-site.xml
@@ -102,11 +102,13 @@
       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+      $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+      /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 2a8baa4..d74080a 100644
--- a/conf/examples/3GB/native-standalone/accumulo-site.xml
+++ b/conf/examples/3GB/native-standalone/accumulo-site.xml
@@ -84,11 +84,13 @@
        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+       $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+       /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 0fecedf..3c07b8c 100644
--- a/conf/examples/3GB/standalone/accumulo-site.xml
+++ b/conf/examples/3GB/standalone/accumulo-site.xml
@@ -89,11 +89,13 @@
        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+       $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+       /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 69531b8..35c59a8 100644
--- a/conf/examples/512MB/native-standalone/accumulo-site.xml
+++ b/conf/examples/512MB/native-standalone/accumulo-site.xml
@@ -94,11 +94,13 @@
        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+       $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+       /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/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 5ca8b33..8945740 100644
--- a/conf/examples/512MB/standalone/accumulo-site.xml
+++ b/conf/examples/512MB/standalone/accumulo-site.xml
@@ -100,11 +100,13 @@
        $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
        $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
        $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+       $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+       /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f816e788/conf/examples/vfs-classloader/accumulo-site.xml
----------------------------------------------------------------------
diff --git a/conf/examples/vfs-classloader/accumulo-site.xml 
b/conf/examples/vfs-classloader/accumulo-site.xml
index f14097b..ff0d14d 100644
--- a/conf/examples/vfs-classloader/accumulo-site.xml
+++ b/conf/examples/vfs-classloader/accumulo-site.xml
@@ -94,11 +94,13 @@
       $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
       $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
       $HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
+      $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.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,
+      /usr/lib/hadoop-yarn/lib/jersey.*.jar,
     -->
     <value>
       $ACCUMULO_HOME/server/target/classes/,

Reply via email to