Hi I have installed Zeppelin so that it can connect to a HDP cluster.
I have configured the jdbc interpreter to use HIVE - but I have a strange behavior (i.e. differences with what I get from Ambari) For example, the following *does work* with Ambari: show databases; use mydb; show tables; The following does work in Zeppelin: show databases But the following *does not*: - show databases; It can not compile the request due to the ; - use mydb returns a table having one row (Update count) of value -1 Is it a misunderstanding on my side - or I cannot chain commands like in Ambari? Cheers Guillaume