Created 07-31-2017 03:00 PM
I'm running some PoC in a 3 nodes CDH cluster and trying to use NiFi to query some Kudu backed Impala tables.
Created 07-31-2017 03:17 PM
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.
Created 07-31-2017 03:17 PM
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.
Created 07-31-2017 06:22 PM
Thanks @dsun I'll test it out and accept the answer if it works.
Created 02-15-2018 08:58 AM
did you manage to make it work? can you post an example?