qwang6 commented on a change in pull request #506: add hive metadata jdbc retrieval URL: https://github.com/apache/griffin/pull/506#discussion_r305420161
########## File path: service/src/main/resources/application.properties ########## @@ -27,6 +28,11 @@ hive.metastore.uris=thrift://localhost:9083 hive.metastore.dbname=default hive.hmshandler.retry.attempts=15 hive.hmshandler.retry.interval=2000ms + +#Hive jdbc +hive.jdbc.className=org.apache.hive.jdbc.HiveDriver +hive.jdbc.url=jdbc:hive2://localhost:10000/ + Review comment: In this PR, I didn't add Hive Kerberos auth. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
