Skip to main content

Multiple Hadoop configuration in Data Collector

  • December 28, 2021
  • 0 replies
  • 47 views

Sami
StreamSets Employee
  • StreamSets Employee

Question:

  • How to configure SDC to connect more than one Hadoop clusters?

 

Answer:

 

Configure two different Hadoop client configurations

Ex: 1) /etc/hadoop-A/conf    2) /etc/hadoop-B/conf 

In SDC, HadoopFS Dest to interact with hadoop-A use below config:

File System URI: hdfs://hadoop-A:8020/

Configuration Files Directory: /etc/hadoop-A/conf/

 

HadoopFS Dest to interact with hadoop-dev use below config:

File System URI: hdfs://hadoop-B:8020/

Configuration Files Directory: /etc/hadoop-B/conf/

 

Did this topic help you find an answer to your question?
This topic has been closed for comments