Is it possible to do impala DML operations within NiFi?
I have set up a DBCPConnectionPool that connects to impala and I can do select statements fine with the ExecuteSQL processor.
Now I'm wondering how (if possible) to do the DDL statement of
Alter Table "X" recover partitions;
within Apache NiFi