Hi, You have an alternative method to get Hive Metadata by using Hive JDBC. If you want to use JDBC, you need change org.apache.griffin.core.metastore.hive.HiveMetaStoreController: @Autowired @Qualifier(value = "jdbcSvc") private HiveMetaStoreService hiveMetaStoreService; Also, if your Hive is Authenticated by Kerberos, you need setup application.properties: #Hive jdbc hive.jdbc.className=org.apache.hive.jdbc.HiveDriver hive.jdbc.url=jdbc:hive2://localhost:10000/ #your Hive url hive.need.kerberos=true # if you need Kerberos Auth [email protected] hive.keytab.path=/path/to/keytab/file #here is absolute path Hopefully can answer your question.
Best, Eric On Aug 21, 2019, 7:52 AM -0700, [email protected], wrote: > Hello, > > We are trying to connect Griffin to a secured Hive metastore, does anybody > know how to configure Griffin for this connection? We are getting > authorization errors in the metastore. > > Waiting for your answer. > > Regards
