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 2021/02/17 12:40:03 UTC

[GitHub] [kylin] zhengshengjun commented on a change in pull request #1583: KYLIN-4903 cache parent datasource to accelerate next layer's cuboid building

zhengshengjun commented on a change in pull request #1583:
URL: https://github.com/apache/kylin/pull/1583#discussion_r577578007



##########
File path: core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
##########
@@ -3084,4 +3084,8 @@ public String getKerberosJaasConfPath() {
     public String getKerberosPrincipal() {
         return getOptional("kylin.kerberos.principal");
     }
+
+    public boolean isReuseParentDataSource() {
+        return Boolean.parseBoolean(getOptional("kylin.engine.spark.reuse.parent.rdd", FALSE));
+    }

Review comment:
       thanks,  good advice indeed ~




----------------------------------------------------------------
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