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




are we missing anything
Need assistance to resolve this issue