You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/05/11 17:21:55 UTC

[1/3] accumulo git commit: ACCUMULO-3792 Include htrace-core jar in RW mapred classpath

Repository: accumulo
Updated Branches:
  refs/heads/1.7 1c6e4b6b9 -> b9b088953
  refs/heads/master 2a9aa0065 -> 781bdf1ee


ACCUMULO-3792 Include htrace-core jar in RW mapred classpath


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

Branch: refs/heads/1.7
Commit: b9b08895394c11ec918b3d86a394be1d451079de
Parents: 1c6e4b6
Author: Josh Elser <el...@apache.org>
Authored: Mon May 11 11:10:23 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon May 11 11:10:23 2015 -0400

----------------------------------------------------------------------
 test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/b9b08895/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java b/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
index cb0a468..fecced9 100644
--- a/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
+++ b/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
@@ -89,7 +89,7 @@ public abstract class Node {
     }
 
     File libdir = new File(acuHome + "/lib");
-    for (String jar : "accumulo-core accumulo-server-base accumulo-fate accumulo-trace libthrift".split(" ")) {
+    for (String jar : "accumulo-core accumulo-server-base accumulo-fate accumulo-trace libthrift htrace-core".split(" ")) {
       retval += String.format(",%s/%s.jar", libdir.getAbsolutePath(), jar);
     }
 


[2/3] accumulo git commit: ACCUMULO-3792 Include htrace-core jar in RW mapred classpath

Posted by el...@apache.org.
ACCUMULO-3792 Include htrace-core jar in RW mapred classpath


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

Branch: refs/heads/master
Commit: b9b08895394c11ec918b3d86a394be1d451079de
Parents: 1c6e4b6
Author: Josh Elser <el...@apache.org>
Authored: Mon May 11 11:10:23 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon May 11 11:10:23 2015 -0400

----------------------------------------------------------------------
 test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/b9b08895/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java b/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
index cb0a468..fecced9 100644
--- a/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
+++ b/test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java
@@ -89,7 +89,7 @@ public abstract class Node {
     }
 
     File libdir = new File(acuHome + "/lib");
-    for (String jar : "accumulo-core accumulo-server-base accumulo-fate accumulo-trace libthrift".split(" ")) {
+    for (String jar : "accumulo-core accumulo-server-base accumulo-fate accumulo-trace libthrift htrace-core".split(" ")) {
       retval += String.format(",%s/%s.jar", libdir.getAbsolutePath(), jar);
     }
 


[3/3] accumulo git commit: Merge branch '1.7'

Posted by el...@apache.org.
Merge branch '1.7'


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

Branch: refs/heads/master
Commit: 781bdf1ee2e93be18a12f5c388658d384ca0f7b7
Parents: 2a9aa00 b9b0889
Author: Josh Elser <el...@apache.org>
Authored: Mon May 11 11:10:46 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon May 11 11:10:46 2015 -0400

----------------------------------------------------------------------
 test/src/main/java/org/apache/accumulo/test/randomwalk/Node.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------