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.

How to use NiFi to query Kudu backed Impala tables

avatar

I'm running some PoC in a 3 nodes CDH cluster and trying to use NiFi to query some Kudu backed Impala tables.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

As Impala supports the JDBC connection, you can easily set up a NiFi DBCP connection pool, then use the ExecuteSQL processor to get data out of Impala tables backed by Kudu. Hope that helps.

View solution in original post

3 REPLIES 3

avatar
Expert Contributor

As Impala supports the JDBC connection, you can easily set up a NiFi DBCP connection pool, then use the ExecuteSQL processor to get data out of Impala tables backed by Kudu. Hope that helps.

avatar

Thanks @dsun I'll test it out and accept the answer if it works.

avatar
New Member

@Doug Lennings

did you manage to make it work? can you post an example?