I have some trouble to get impala jdbc driver working with Pentaho Designer.
I got the jdbc driver from cloudera website. After extracting the drivers and put them under lib/jdbc, I set up connection via Generic Database.
- The custom connection url is: jdbc:hive2://example.com:21050/;auth=noSasl
- The custom driver class name is: org.apache.hive.jdbc.HiveDriver
I tried a simple query like "SELECT count(*) FROM table_1;", and got an error: "ParentException: java.sql.SQLException: Method not supported"
Any ideas?