Repository: incubator-hivemall
Updated Branches:
  refs/heads/master c63d7b9e2 -> 6dc6aff34


Removed unknown host


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/6dc6aff3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/6dc6aff3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/6dc6aff3

Branch: refs/heads/master
Commit: 6dc6aff34d43d1611b38abf3be0c9ca14edb7fcc
Parents: c63d7b9
Author: Makoto Yui <[email protected]>
Authored: Wed Nov 7 18:36:05 2018 +0900
Committer: Makoto Yui <[email protected]>
Committed: Wed Nov 7 18:36:05 2018 +0900

----------------------------------------------------------------------
 core/src/test/java/hivemall/mix/client/MixRequestRouterTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/6dc6aff3/core/src/test/java/hivemall/mix/client/MixRequestRouterTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/hivemall/mix/client/MixRequestRouterTest.java 
b/core/src/test/java/hivemall/mix/client/MixRequestRouterTest.java
index ddc0a58..0500166 100644
--- a/core/src/test/java/hivemall/mix/client/MixRequestRouterTest.java
+++ b/core/src/test/java/hivemall/mix/client/MixRequestRouterTest.java
@@ -28,7 +28,7 @@ public class MixRequestRouterTest {
     @Test
     public void test() {
         MixRequestRouter router =
-                new 
MixRequestRouter("dm01.hpcc.jp:11212,yahoo.co.jp:11212,google.com");
+                new MixRequestRouter("yahoo.co.jp:11212,google.com");
         NodeInfo[] nodes = router.getAllNodes();
         Assert.assertEquals(3, nodes.length);
     }

Reply via email to