Member since
03-17-2020
3
Posts
0
Kudos Received
0
Solutions
08-12-2020
02:06 PM
I am not sure if this is still relevant, but the root cause is shown as: Cannot migrate key if no previous encryption occurred I did not find much about this error, did you perhaps change your encryption settings? Or under which conditions did this problem occur?
... View more
05-18-2020
12:31 AM
You can use flume or nifi to publish data from kafka to nifi: a. Using flume Kafka Source -> Flume -> HDFS b. Using Nifi: Configure PublishKafka processor --> PutHdfs processor And to integrate kafka for spark streaming you need to build spark streaming job, refer the below doc. for more details: https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.5/bk_spark-component-guide/content/using-spark-streaming.html
... View more