[ 
https://issues.apache.org/jira/browse/HDFS-16943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simbarashe Dzinamarira updated HDFS-16943:
------------------------------------------
    Description: 
RBF supports two types of StateStoreDrivers
 # StateStoreFileImpl
 # StateStoreZooKeeperImpl

I propose implementing a third driver that is backed by MySQL.
 * StateStoreZooKeeperImpl requires an additional Zookeeper cluster.
 * StateStoreFileImpl can use one of the namenodes in the HDFS cluster, but 
that namenode becomes a single point of failure, introducing coupling between 
the federated clusters.

 HADOOP-18535 implemented a MySQL token store. When tokens are stored in MySQL, 
using MySQL for the StateStore as well reduces the number of external 
dependencies for routers.

  was:
RBF supports two types of StateStoreDrivers
 # StateStoreFileImpl
 # StateStoreZooKeeperImpl

I propose implementing a third driver that is backed by MySQL.

HADOOP-18535 implemented a MySQL token store. When tokens are stored in MySQL, 
using MySQL for the StateStore as well reduces the number of external 
dependencies for routers.


> RBF: Implement MySQL based StateStoreDriver
> -------------------------------------------
>
>                 Key: HDFS-16943
>                 URL: https://issues.apache.org/jira/browse/HDFS-16943
>             Project: Hadoop HDFS
>          Issue Type: Task
>          Components: hdfs, rbf
>            Reporter: Simbarashe Dzinamarira
>            Priority: Major
>
> RBF supports two types of StateStoreDrivers
>  # StateStoreFileImpl
>  # StateStoreZooKeeperImpl
> I propose implementing a third driver that is backed by MySQL.
>  * StateStoreZooKeeperImpl requires an additional Zookeeper cluster.
>  * StateStoreFileImpl can use one of the namenodes in the HDFS cluster, but 
> that namenode becomes a single point of failure, introducing coupling between 
> the federated clusters.
>  HADOOP-18535 implemented a MySQL token store. When tokens are stored in 
> MySQL, using MySQL for the StateStore as well reduces the number of external 
> dependencies for routers.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to