You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2020/07/13 02:32:12 UTC

[GitHub] [kylin] hit-lacus commented on a change in pull request #1318: Fix CI

hit-lacus commented on a change in pull request #1318:
URL: https://github.com/apache/kylin/pull/1318#discussion_r453404031



##########
File path: kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithEngine.java
##########
@@ -142,6 +142,8 @@ public static void beforeClass(String confDir) throws Exception {
         System.setProperty(KylinConfig.KYLIN_CONF, confDir);
         System.setProperty("SPARK_HOME", "/usr/local/spark"); // need manually create and put spark to this folder on Jenkins
         System.setProperty("kylin.hadoop.conf.dir", confDir);
+        System.setProperty("kylin.source.hive.warehouse-dir", "/apps/hive/warehouse");

Review comment:
       Set this property in `kylin-it/pom.xml` maybe better and easy to find by other user. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org