[
https://issues.apache.org/jira/browse/HDFS-13533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466989#comment-16466989
]
Sophie Wang commented on HDFS-13533:
------------------------------------
For state store which use zookeeper:
|dfs.federation.router.store.driver.class|{{org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl}}|
should add configure in <core-site.xml>
<property>
<name>hadoop.zk.address</name>
<value></value>
</property>
For namenode/datanode. If add client router configuration, namenode/datanode
would failed to start. Suggest to move client router configuration to
<core-site.xml>
> Configuration for RBF in namenode/datanode
> ------------------------------------------
>
> Key: HDFS-13533
> URL: https://issues.apache.org/jira/browse/HDFS-13533
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Sophie Wang
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]