You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2019/02/24 01:35:00 UTC

[jira] [Commented] (KYLIN-3811) Support the standalone HBase cluster using HDFS HA

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

Shaofeng SHI commented on KYLIN-3811:
-------------------------------------

Hi Wei, I see the main change is using KylinLoadIncrementalHFiles to replace HBase's "LoadIncrementalHFiles", what's the behavior change there? Is it a limitation of HBase "LoadIncrementalHFiles"? Thank you!

> Support the standalone HBase cluster using HDFS HA
> --------------------------------------------------
>
>                 Key: KYLIN-3811
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3811
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Storage - HBase
>    Affects Versions: v2.3.1
>            Reporter: zhangwei
>            Assignee: zhangwei
>            Priority: Minor
>         Attachments: hdfs_ha.patch, hdfs_ha_2.patch
>
>
> 独立hbase 集群的 hdfs namenode主备切换导致Kylin无法正常工作的问题
> 痛点:
> ylin.hbase.cluster.fs=hdfs://namenode:54310,在hbase的hdfs namenode切换之后会,和hbase hdfs相关的步骤会出现失败
> 我们的方案:(所有的修改都基于kylin的代码,不需要hbase 做修改) 
> kylin.properties 
> kylin.hbase.cluster.fs=hdfs://nshbase
> kylin.storage.hbase.cluster-hdfs-config-file=hbase-hdfs-site.xml
> hbase-hdfs-site.xml配置 hbase hdfs的HA连接方式,其中dfs.nameservices= nshbase



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)