Support Questions

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

How to use NiFi to query Kudu backed Impala tables

avatar
New Contributor

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
New Contributor

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

avatar
Explorer

@Doug Lennings

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