Updated Branches:
  refs/heads/1.5.1-SNAPSHOT 9ff6eea41 -> 5eb19c675
  refs/heads/1.6.0-SNAPSHOT 279024fe9 -> a72dd7867
  refs/heads/master 47cdb9227 -> 767700827


ACCUMULO-2060 Jars which are expected to be reloaded should go in lib/ext, not 
lib


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

Branch: refs/heads/master
Commit: 55e864ce9ac6a5f643ddbacfb8d7a3a98c5c90b2
Parents: 43bf128
Author: Josh Elser <els...@apache.org>
Authored: Tue Feb 4 14:15:49 2014 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Tue Feb 4 14:15:49 2014 -0500

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/functional/ClassLoaderIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/55e864ce/test/src/test/java/org/apache/accumulo/test/functional/ClassLoaderIT.java
----------------------------------------------------------------------
diff --git 
a/test/src/test/java/org/apache/accumulo/test/functional/ClassLoaderIT.java 
b/test/src/test/java/org/apache/accumulo/test/functional/ClassLoaderIT.java
index 80efab8..6f39dc5 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/ClassLoaderIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/ClassLoaderIT.java
@@ -56,7 +56,7 @@ public class ClassLoaderIT extends SimpleMacIT {
     bw.close();
     scanCheck(c, tableName, "Test");
     FileSystem fs = FileSystem.get(CachedConfiguration.getInstance());
-    Path jarPath = new Path(rootPath() + "/lib/Test.jar");
+    Path jarPath = new Path(rootPath() + "/lib/ext/Test.jar");
     fs.copyFromLocalFile(new Path(System.getProperty("user.dir") + 
"/src/test/resources/TestCombinerX.jar"), jarPath);
     UtilWaitThread.sleep(1000);
     IteratorSetting is = new IteratorSetting(10, "TestCombiner", 
"org.apache.accumulo.test.functional.TestCombiner");

Reply via email to