You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/11/01 10:55:57 UTC

incubator-kylin git commit: enable BuildIIWithEngineTest, set KYLIN_CONF

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-1112 cfe412315 -> 46ed2432f


enable BuildIIWithEngineTest, set KYLIN_CONF

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

Branch: refs/heads/KYLIN-1112
Commit: 46ed2432fd472e7b1f7ed628321281a0ddf52572
Parents: cfe4123
Author: shaofengshi <sh...@apache.org>
Authored: Sun Nov 1 17:53:50 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Sun Nov 1 17:53:50 2015 +0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/46ed2432/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
----------------------------------------------------------------------
diff --git a/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java b/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
index 20493f4..0158fad 100644
--- a/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
+++ b/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
@@ -93,6 +93,7 @@ public class BuildIIWithEngineTest {
     public static void beforeClass() throws Exception {
         logger.info("Adding to classpath: " + new File(HBaseMetadataTestCase.SANDBOX_TEST_DATA).getAbsolutePath());
         ClassUtil.addClasspath(new File(HBaseMetadataTestCase.SANDBOX_TEST_DATA).getAbsolutePath());
+        System.setProperty(KylinConfig.KYLIN_CONF, "../examples/test_case_data/sandbox");
         if (System.getProperty("hdp.version") == null) {
             throw new RuntimeException("No hdp.version set; Please set hdp.version in your jvm option, for example: -Dhdp.version=2.2.4.2-2");
         }