You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/01/22 00:02:46 UTC

[1/3] accumulo git commit: ACCUMULO-3505 Remove deprecated code usage

Repository: accumulo
Updated Branches:
  refs/heads/1.6 1df12a7b4 -> 7ff616928
  refs/heads/master 15a459b64 -> 700cc0ccd


ACCUMULO-3505 Remove deprecated code usage


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

Branch: refs/heads/1.6
Commit: 7ff6169288ed41db3f990547adfeea234586c6b1
Parents: 1df12a7
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Jan 21 18:02:08 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Jan 21 18:02:08 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7ff61692/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java b/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
index 4acf302..6330a59 100644
--- a/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
@@ -116,7 +116,7 @@ public class ExistingMacIT extends ConfigurableMacIT {
     MiniAccumuloClusterImpl accumulo2 = new MiniAccumuloClusterImpl(macConfig2);
     accumulo2.start();
 
-    conn = accumulo2.getConnector("root", ROOT_PASSWORD);
+    conn = accumulo2.getConnector("root", new PasswordToken(ROOT_PASSWORD));
 
     Scanner scanner = conn.createScanner("table1", Authorizations.EMPTY);
 


[2/3] accumulo git commit: ACCUMULO-3505 Remove deprecated code usage

Posted by ct...@apache.org.
ACCUMULO-3505 Remove deprecated code usage


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

Branch: refs/heads/master
Commit: 7ff6169288ed41db3f990547adfeea234586c6b1
Parents: 1df12a7
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Jan 21 18:02:08 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Jan 21 18:02:08 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7ff61692/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java b/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
index 4acf302..6330a59 100644
--- a/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java
@@ -116,7 +116,7 @@ public class ExistingMacIT extends ConfigurableMacIT {
     MiniAccumuloClusterImpl accumulo2 = new MiniAccumuloClusterImpl(macConfig2);
     accumulo2.start();
 
-    conn = accumulo2.getConnector("root", ROOT_PASSWORD);
+    conn = accumulo2.getConnector("root", new PasswordToken(ROOT_PASSWORD));
 
     Scanner scanner = conn.createScanner("table1", Authorizations.EMPTY);
 


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

Posted by ct...@apache.org.
Merge branch '1.6'


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

Branch: refs/heads/master
Commit: 700cc0ccdb3e7e1d2b3f1c43168fd2136cd6b7ab
Parents: 15a459b 7ff6169
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Jan 21 18:02:25 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Jan 21 18:02:25 2015 -0500

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