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:
[email protected]