Hi, I followed https://zeppelin.apache.org/docs/0.6.1/interpreter/jdbc.html, and added two artifacts:
- org.apache.hive:hive-jdbc:2.1.0 - org.apache.hadoop:hadoop-common:2.7.3 Then I tried this: %jdbc(hive) show tables But I got this error: org.apache.hive.jdbc.HiveDriver class java.lang.ClassNotFoundException java.net.URLClassLoader.findClass(URLClassLoader.java:381) java.lang.ClassLoader.loadClass(ClassLoader.java:424) I think the dependency configuration will pull in the hive-jdbc jar file, so I did not put the jar file into the ./interpreter/jdbc directory. Did I do anything wrong? Or the manual needs update? -- Thanks, David S.
