Created
February 13, 2022 15:13
-
-
Save tofighi/a1e25e2f065876922f8b078858b03875 to your computer and use it in GitHub Desktop.
How to activate hive interpreter for Apache Zeppelin on Dataproc on GCP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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