Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

I need to write java code for creating custom processor in Nifi which can fetch data from MySQL and write it to files. Please help

avatar
 
1 ACCEPTED SOLUTION

avatar
Contributor
2 REPLIES 2

avatar
Contributor

Hi aishwarya,

Why not use a native processor? such as:

Anyway, if you need a custom processor, take a look on this videos:

https://www.youtube.com/watch?v=3ldmNFlelhw

https://www.youtube.com/watch?v=QRzVr82V_Is

https://www.dropbox.com/s/dq6c98dvsklgeux/nifi-custom-component.mp4?dl=0

Hope this helps,

Cheers

avatar

thanks @Thiago I can't use native processors because I have been asked to create my own processor so that i can modify it as per the requirements of the project.