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.

Processor to ingest data into Kudu

avatar
New Member

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 Member

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 Member

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...