You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/23 05:04:43 UTC

[4/6] incubator-kylin git commit: Update kylin.properties for mini cluster

Update kylin.properties for mini cluster

Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/41d2d319
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/41d2d319
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/41d2d319

Branch: refs/heads/staging
Commit: 41d2d31918bf148ff1d51d4e47a6166f82e49ba5
Parents: c5ac4f6
Author: Shao Feng, Shi <sh...@ebay.com>
Authored: Mon Mar 23 10:30:47 2015 +0800
Committer: Shao Feng, Shi <sh...@ebay.com>
Committed: Mon Mar 23 10:30:47 2015 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/common/util/HBaseMiniclusterHelper.java  | 2 +-
 examples/test_case_data/minicluster/b-kylin/kylin.properties       | 2 +-
 examples/test_case_data/minicluster/b-kylin/meta/kylin.properties  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/41d2d319/common/src/test/java/org/apache/kylin/common/util/HBaseMiniclusterHelper.java
----------------------------------------------------------------------
diff --git a/common/src/test/java/org/apache/kylin/common/util/HBaseMiniclusterHelper.java b/common/src/test/java/org/apache/kylin/common/util/HBaseMiniclusterHelper.java
index 3846302..3a13738 100644
--- a/common/src/test/java/org/apache/kylin/common/util/HBaseMiniclusterHelper.java
+++ b/common/src/test/java/org/apache/kylin/common/util/HBaseMiniclusterHelper.java
@@ -38,7 +38,7 @@ public class HBaseMiniclusterHelper {
     public static final String SHARED_STORAGE_PREFIX = "KYLIN_";
     public static final String CUBE_STORAGE_PREFIX = "KYLIN_";
     public static final String II_STORAGE_PREFIX = "KYLIN_II";
-    public static final String TEST_METADATA_TABLE = "kylin_metadata_qa";
+    public static final String TEST_METADATA_TABLE = "kylin_metadata";
 
     private static final String hbaseTarLocation = "../examples/test_case_data/minicluster/hbase-export.tar.gz";
     private static final String iiEndpointClassName = "org.apache.kylin.storage.hbase.coprocessor.endpoint.IIEndpoint";

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/41d2d319/examples/test_case_data/minicluster/b-kylin/kylin.properties
----------------------------------------------------------------------
diff --git a/examples/test_case_data/minicluster/b-kylin/kylin.properties b/examples/test_case_data/minicluster/b-kylin/kylin.properties
index 5d1b667..f1234a8 100644
--- a/examples/test_case_data/minicluster/b-kylin/kylin.properties
+++ b/examples/test_case_data/minicluster/b-kylin/kylin.properties
@@ -4,7 +4,7 @@
 kylin.rest.servers=ADMIN:KYLIN@localhost
 
 # The metadata store in hbase
-kylin.metadata.url=kylin_metadata_qa@hbase:sandbox.hortonworks.com:2181:/hbase-unsecure
+kylin.metadata.url=kylin_metadata@hbase:sandbox.hortonworks.com:2181:/hbase-unsecure
 
 # The storage for final cube file in hbase
 kylin.storage.url=hbase:sandbox.hortonworks.com:2181:/hbase-unsecure

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/41d2d319/examples/test_case_data/minicluster/b-kylin/meta/kylin.properties
----------------------------------------------------------------------
diff --git a/examples/test_case_data/minicluster/b-kylin/meta/kylin.properties b/examples/test_case_data/minicluster/b-kylin/meta/kylin.properties
index 17e5c99..642f845 100644
--- a/examples/test_case_data/minicluster/b-kylin/meta/kylin.properties
+++ b/examples/test_case_data/minicluster/b-kylin/meta/kylin.properties
@@ -4,7 +4,7 @@
 kylin.rest.servers=ADMIN:KYLIN@localhost
 
 # The metadata store in hbase
-kylin.metadata.url=kylin_metadata_qa@hbase:sandbox.hortonworks.com:2181:/hbase-unsecure
+kylin.metadata.url=kylin_metadata@hbase:sandbox.hortonworks.com:2181:/hbase-unsecure
 
 # The storage for final cube file in hbase
 kylin.storage.url=hbase:sandbox.hortonworks.com:2181:/hbase-unsecure