Hi, I have been playing around the zeppelin 0.5.5 which I downloaded directly from the apache site. When I was trying to use the hive to load/run query, it often complaints the embedded derby database is already attached to another application. I guess that is because it only allows one application to connect to the derby db at a time.
So I would like to configure the hive to connect to the remote MySQL db. Is there a way to do it? Since hive is packaged inside zeppelin, I cannot find any site.xml file to configure hive. Any help is appreciated. Joshua