Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Processor to ingest data into Kudu

avatar
New Contributor

Hi all,

Is there any processor to ingest data into Kudu?

1 ACCEPTED SOLUTION

avatar
Guru

Hi @Cam Mach

There isn't one for Kudu out of the box. However, you could either create a custom one, or create a flow that would land data on the box and then call the Kudu APIs (ExecuteScript processor maybe?) for the ingest.

As always if you find this post useful, please accept the answer.

View solution in original post

5 REPLIES 5

avatar
Guru

Hi @Cam Mach

There isn't one for Kudu out of the box. However, you could either create a custom one, or create a flow that would land data on the box and then call the Kudu APIs (ExecuteScript processor maybe?) for the ingest.

As always if you find this post useful, please accept the answer.

avatar
New Contributor

Hi @Sonu Sahi, thanks for the response. Yes, I will create one and contribute to the project.

avatar
Guru

Awesome! Don't forget to accept the answer above.

avatar
New Contributor

Hi Cam Mach,

Did you get a chance to write a Kudu Processor? If No, Please let me know I'm interested in writing a processor for Kudu,

avatar
Guru

A Kudu Processor was added to NiFi by @Cam Mach in NiFi 1.4.0. I wrote an HCC article about it:

https://community.hortonworks.com/content/kbentry/144009/using-the-putkudu-processor-to-ingest-mysql...