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

Shaofeng SHI commented on KYLIN-957:
------------------------------------

Hi Yerui, 

One comment, I think "kylin.hadoop.cluster.fs" is not needed as Kylin is 
running in Hadoop cluster, it gets the configurations from the environment; so 
the hadoop fs should be configured in core-site.xml; There are a lot of places 
that Kylin creates a new Configuration object; if we allow user to specify a 
different FS here, we should overwirte this property in all places, which is 
what we always try to avoid (keep hadoop configuration in their origin place).

So, keep only "kylin.hbase.cluster.fs" in kylin.properties should be enough; 
User can specify this when they run HBase in another cluster, that will be more 
easy to understand. I'm not sure what's the case in your side, do you have a 
different FS in core-site.xml and kylin.properties?

> Support HBase in a separate cluster
> -----------------------------------
>
>                 Key: KYLIN-957
>                 URL: https://issues.apache.org/jira/browse/KYLIN-957
>             Project: Kylin
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: v0.7.2
>            Reporter: Dayue Gao
>            Assignee: Shaofeng SHI
>              Labels: features
>             Fix For: v1.1
>
>         Attachments: KYLIN-957-0.7-staging-v2.patch, 
> KYLIN-957-0.7-staging.patch
>
>
> Currently Kylin assumes that HBase is deployed in the same cluster where Hive 
> tables resides, which is not necessarily the case.
> We should support Kylin to write cubes to HBase in another cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to