Hi guys, On the DataCleaner forum we got some very nice feedback on a user's attempt to connect to Apache Hive using MetaModel-JDBC [1].
To me it looks like that the "only" thing that's really going wrong is that getIndexes() in JDBC does not work with their driver. I am thinking that we should maybe make our JDBC module fault tolerant in this call - maybe databases cannot expose index information and their drivers therefore throw an exception here. But that's IMO not really a blocker for MetaModel (just a bit less metadata available). We should maybe then not throw any exceptions? Kasper [1] http://datacleaner.org/topic/1044
