Are supporting to configure HDFS Sink connector with multiple namenodes?

Hello,

I would like to configure HDFS Sink connector send data from topic to HDFS system.
HDFS system had configure as cluster and contains primary & secondary NameNode.

Are supporting to configure HDFS Sink connector with multiple name node?
If yes, please help to guide which properties to configure to connecting both primary & secondary NameNode.

Thanks
May

The connector uses plain HDFS client Java library.

A nameservice can be used, yes, that maps to the active namenode in HA mode.

You’ll need to copy your cluster hdfs-site.xml and core-site.xml into each connect worker and set HADOOP_CONF_DIR directory

Thanks for your reply.

So in case failed over of Cloudera service connector will checking from hdfs-site.xml and core-site.xml and auto switch to another active NameNode with auto or needs any manual step to do?

May

The HDFS client library knows how to switch

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.