Support Questions

Find answers, ask questions, and share your expertise

unable to write from kafka -> ozone using nifi

avatar
Explorer

Hi Team, 

We are trying to write data from kafka to ozone using nifi but somehow its not working rather its not giving any expection also 

Flow details 
generate flow files -> publish kafka -> cosume kafka -> put hdfs (ozone)

wherein 
generate flow files -> put hdfs (ozone) -> works (which confirms there is no authentication issue)

changes made in  the core-site.xml config 

  <property>

    <name>fs.defaultFS</name>

    <value>ofs://devozone</value>

  </property>



Are we missing any configs here on the processor level 

 

 

broobalaji_0-1744994414269.png

 

broobalaji_2-1744994091721.png

broobalaji_3-1744994120999.png

broobalaji_4-1744994138512.png

are we missing anything 
Need assistance to resolve this issue 

1 ACCEPTED SOLUTION

avatar
Rising Star

@broobalaji Not sure if the processor is validated successfully.

Please check all the files ( config files ) provided are accessible by nifi user and the properties defined are correct in the put hdfs processor 

Cloudera Reference Doc : https://docs.cloudera.com/cfm/4.0.0/nifi-ozone/topics/cfm-ozone-target.html

View solution in original post

1 REPLY 1

avatar
Rising Star

@broobalaji Not sure if the processor is validated successfully.

Please check all the files ( config files ) provided are accessible by nifi user and the properties defined are correct in the put hdfs processor 

Cloudera Reference Doc : https://docs.cloudera.com/cfm/4.0.0/nifi-ozone/topics/cfm-ozone-target.html