You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2016/07/25 19:57:32 UTC

[1/2] incubator-fluo-recipes git commit: update for changes in apache/incubator-fluo#723

Repository: incubator-fluo-recipes
Updated Branches:
  refs/heads/master ac898df17 -> 58d6d9fb8


update for changes in apache/incubator-fluo#723


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/commit/f7635dc8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/tree/f7635dc8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/diff/f7635dc8

Branch: refs/heads/master
Commit: f7635dc89219e0cc45376ad318c328dfa199d63d
Parents: ac898df
Author: Keith Turner <kt...@apache.org>
Authored: Mon Jul 25 15:30:43 2016 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Mon Jul 25 15:30:43 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/fluo/recipes/test/AccumuloExportITBase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/f7635dc8/modules/test/src/main/java/org/apache/fluo/recipes/test/AccumuloExportITBase.java
----------------------------------------------------------------------
diff --git a/modules/test/src/main/java/org/apache/fluo/recipes/test/AccumuloExportITBase.java b/modules/test/src/main/java/org/apache/fluo/recipes/test/AccumuloExportITBase.java
index 713d8c8..d0c753c 100644
--- a/modules/test/src/main/java/org/apache/fluo/recipes/test/AccumuloExportITBase.java
+++ b/modules/test/src/main/java/org/apache/fluo/recipes/test/AccumuloExportITBase.java
@@ -150,7 +150,7 @@ public class AccumuloExportITBase {
     resetFluoConfig();
     preFluoInitHook();
     FluoFactory.newAdmin(fluoConfig).initialize(
-        new FluoAdmin.InitOpts().setClearTable(true).setClearZookeeper(true));
+        new FluoAdmin.InitializationOptions().setClearTable(true).setClearZookeeper(true));
     postFluoInitHook();
     if (startMiniFluo) {
       miniFluo = FluoFactory.newMiniFluo(fluoConfig);


[2/2] incubator-fluo-recipes git commit: Merge remote-tracking branch 'keith/fluo-723'

Posted by mw...@apache.org.
Merge remote-tracking branch 'keith/fluo-723'


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/commit/58d6d9fb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/tree/58d6d9fb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/diff/58d6d9fb

Branch: refs/heads/master
Commit: 58d6d9fb849df4eee8ba5b65938a1c1e5de0216f
Parents: ac898df f7635dc
Author: Mike Walch <mw...@gmail.com>
Authored: Mon Jul 25 15:55:44 2016 -0400
Committer: Mike Walch <mw...@gmail.com>
Committed: Mon Jul 25 15:55:44 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/fluo/recipes/test/AccumuloExportITBase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------