Hey , I want to copy file from Linux Remote machine to hadoop with use of scp command
also i want to pass parameters (server ip , path etc) dynamically
Ex:
scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2
Here I will pass all the parameter pass dynamically every time through nifi API
how it is possible ...whether we need to create own processor ?
Thanks ,
Paresh