Member since
04-06-2018
7
Posts
0
Kudos Received
0
Solutions
10-22-2018
02:44 PM
you have to go to path where nifi is installed.and that will be hdf folder which will not be found under root or your user. follow the steps to find
go to cmd and hit this command ---> sudo docker exec -it sandbox-hdf /bin/bash then
go to path
/usr/hdf/3.1.2.0-7/nifi
you will see nifi related folders. Now,
create you input directory
mkdir - inputdir
mkdir -outputdir that's it ! use this directories in your getfile and putfile processor.
Note: all folder permission should be NIFI as well as input data as well . Happy Learning! let me know if any issue posted on :Mon.Oct 22,2018
... View more
04-06-2018
09:41 AM
Iam new to NIFI i want to sqoop the data from Mysql to Hive,and i am using HDP 2.6,I have configured QueryDatabasetable Processor with DBCP and enable the same but when iam trying to start the processor i could see the below error.Please help me out.
... View more