Description
We currently trigger a spark job even for simple metastore operations (SHOW TABLES, SHOW DATABASES, CREATE TABLE etc.). Even though these otherwise get executed on a driver, it prevents a user from doing these operations on a driver-only cluster.