You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "zhangwei (JIRA)" <ji...@apache.org> on 2019/02/12 11:37:00 UTC

[jira] [Created] (KYLIN-3811) 独立 hbase 集群的hdfs支持ha

zhangwei created KYLIN-3811:
-------------------------------

             Summary: 独立  hbase 集群的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.5.1
            Reporter: zhangwei
             Fix For: v2.5.1
         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)