Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tofighi/a1e25e2f065876922f8b078858b03875 to your computer and use it in GitHub Desktop.

Select an option

Save tofighi/a1e25e2f065876922f8b078858b03875 to your computer and use it in GitHub Desktop.
How to activate hive interpreter for Apache Zeppelin on Dataproc on GCP
1. Set hive.url as
jdbc:hive2://localhost:10000
2. Remove username and password (keep them empty)
3. Set hive.driver property as:
org.apache.hive.jdbc.HiveDriver
4. Adding two artifact under dependencies tab:
org.apache.hive:hive-jdbc:0.14.0
org.apache.hadoop:hadoop-common:2.6.0
Watch this video:
https://www.youtube.com/watch?v=0nqhoLWVdwU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment