The files don't necessarily need to be on the NiFi classpath, but they do need to be on the local file system of NiFi. You can set the Hadoop Configuration Resources properties of the PutHDFS processor to a comma-separated list of the paths for core-site.xml and hdfs-site.xml. As far as I know, there is no way to configure the HDFS processors directly; they requires the files.
--Adam On Wed, Apr 25, 2018 at 6:10 PM, Arathi Maddula <[email protected]> wrote: > Hi All, > > > > How to write to a remote HDFS using the PutHDFS processor without copying > the core-site.xml and hdfs-site.xml to the nifi classpath? > > > > Thanks, > > Arathi > > >
