Is it possible to join multiple columns to a record using single lookup service

2018-01-30 Thread Sangavi Eswaramoorthi
Hi,

I would like to join multiple columns to input record using single lookup
service.Is it possible in LookupRecord processor??

For Example,

I have an input csv file with columns.

File 1:

*Emp_Id,Name,Address,Mobile No*

And another file which is used as input for lookup service,

File 2:

*Emp_Id,Salary,Department*

I am trying to join salary and department to file 1.

Expected result:

*Emp_Id,Name,Address,Mobile No, Salary, Department *

Could anyone please help me to achieve this using LookupRecord processor.

Thanks in advance.


Regards,
Sangavi E


unable to upload jar file in NIFI

2018-02-04 Thread Sangavi Eswaramoorthi
Hi,

I have added a method to upload required jar files to nifi in java.When I
am checking with separate sample project jar file is uploading properly.
But it is not uploading in nifi, only 1 KB file is getting uploaded.

Can anyone please help me to resolve this issue.

Thanks,
Sangavi E


Store Hash data type in redis

2018-03-23 Thread Sangavi Eswaramoorthi
Hi,

I would like to store hash data in redis using NIFi. Is it achievable?

Thanks,
sangavi