I'm working on a ticket to add HIVE support to QueryDatabaseTable (NIFI-3093). I'm doing this by adding a HIVE DatabaseAdapter and everytime I find something that doesn't work in HIVE I add a "getXXXSupported" property to DatabaseAdapter.
Initially I had my HiveDatabaseAdapter in Standard Processors with the others and had no issues seeing it in the UI and testing my code, but then I decided it made sense to refactor so I moved the base DatabaseAdapter interface to DBCP API so it could be centrally referenced without including Standard Processors as a reference, and moved my new HiveDatabaseAdapter to the HIVE Processors NAR to show up on the list of adapters. Now Generic and Oracle still show up on the list but my HIVE one is not showing up. I've pushed everything up to a branch, would appreciate an extra pair of eyes: https://github.com/patricker/nifi/tree/NIFI-3093 Thanks! Peter
