Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

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?