ahutsunshine commented on a change in pull request #506: add hive metadata jdbc retrieval URL: https://github.com/apache/griffin/pull/506#discussion_r305182304
########## 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: Can you help add a comment and give an example to introduce Kerberos authentication for hive? ---------------------------------------------------------------- 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
