Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Cloudera Kafka HDFS Sink Connector cannot connect to simple authentication HDFS
Labels:
New Contributor
Created ‎02-16-2022 09:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've encountered this error log at cloudera HDFS sink connector. (I erased only hostname)
org.apache.kafka.connect.errors.ConnectException: org.apache.kafka.connect.errors.ConnectException: java.io.IOException: DestHost:destPort
Failed on local exception: java.io.IOException: Server asks us to fall back to SIMPLE auth, but this client is configured to only allow secure connections.
As this log says, the destination HDFS uses SIMPLE authentication. (hadoop.security.authentication=simple)
Is there any way to connect cloudera HDFS sink connector to HDFS with simple authentication?
1 ACCEPTED SOLUTION
New Contributor
Created ‎02-17-2022 12:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've recovered this error. It was caused by wrong hdfs.uri
1 REPLY 1
New Contributor
Created ‎02-17-2022 12:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've recovered this error. It was caused by wrong hdfs.uri
