You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "wangrupeng (Jira)" <ji...@apache.org> on 2019/10/08 06:17:00 UTC

[jira] [Comment Edited] (KYLIN-4187) Building dimension dictionary using spark

    [ https://issues.apache.org/jira/browse/KYLIN-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944319#comment-16944319 ] 

wangrupeng edited comment on KYLIN-4187 at 10/8/19 6:16 AM:
------------------------------------------------------------

As  this step need to read table metadata from hive, so we need to copy the hive-site.xml which can be found in /etc/hive/conf to ${SPARK_HOME}/conf  and hive-hcatlog-core\{version}.jar  to ${SPARK_HOME}/jars.

 

Otherwise, we can using $KYLIN_HOME/bin/download-spark.sh to download the spark binary package and this script will download hive-site.xml and hive-hcatlog-core jar file automaticly.


was (Author: wangrupeng):
As  this step need to read table metadata from hive, so we need to copy the hive-site.xml which can be found in /etc/hive/conf to ${SPARK_HOME}/conf  and hive-hcatlog-core\{version}.jar  to ${SPARK_HOME}/jars.

> Building dimension dictionary using spark
> -----------------------------------------
>
>                 Key: KYLIN-4187
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4187
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: wangrupeng
>            Assignee: wangrupeng
>            Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)