Created 12-20-2017 12:26 PM
I am trying to transfer csv data from local directory to hadoop but getting below error
Same thing i am getting when performing putHDFS command
Thanks ,Paresh
Created 12-20-2017 12:52 PM
From the error looks like it failed to login. Can you try providing Kerberos principal and keytab and try running it.
Thanks,
Aditya
Created 12-20-2017 04:20 PM
Is your NiFi installed on the same node as Hadoop nodes? If not have you copied the core-site.xml to you NiFi Node. As Aditya mentioned the problem is you are not able to log into to Hadoop using the configuration. You might have to check your configuration. Please also try using PutHDFS processor to debug your flow.