Hi, I am using 0.5.6 to connect to Hive. I have configured Hive in remote metastore with local database mode and am running the metastore server. My hive-site.xml has hive.metastore.uris = thrift://<host>:10000. This file has been copied to zeppelin/conf and I even restarted zeppelin (do I have to?). But the following command fails
%hive show tables No suitable driver found for I tried to add the hive.metastore.uris param via the interpreters config UI but can’t get the above to work. It works from hive’s CLI and from Spark. Any help is much appreciated! Mohit.