RE: Griffin Service Error

2018-04-12 Thread Karan Gupta
Hi Lionel, Thank you for the response. I wrote a simple Meta Store program in Java - it is working. But in the case of Griffin, the client is created by Spring via auto-configuration How does spring know about hive-site.xml and other resources without us telling it? We are using the

Re: Griffin Service Error

2018-04-12 Thread Lionel Liu
Hi Karan, Is your hive cluster based on kerberised cluster? I doubt that it was caused by that. How about this: https://stackoverflow.com/questions/47533532/hivemetastoreclient-fails-to-connect-to-a-kerberized-cluster Griffin uses HiveMetaStoreClient to connect Hive metastore service, you can

Re:RE: Griffin Service Error

2018-04-12 Thread Lionel Liu
Hi Karan, Griffin service uses spring boot, and create HiveMetaStoreClient instance in this way: https://github.com/apache/incubator-griffin/blob/master/service/src/main/java/org/apache/griffin/core/metastore/hive/HiveMetaStoreProxy.java#L54 I think you could modify it like this, and rebuild

Re: [VOTE] Release of Apache Griffin-0.2.0-incubating [RC3]

2018-04-12 Thread William Guo
hi guys, We need your help to verify our release, Could you please spend some time to vote for us if you are free at the moment. Thanks, William On Thu, Apr 12, 2018 at 1:07 AM, Matt Sicker wrote: > * Signatures ok > * Disclaimer, notice, license ok > - As an aside, I

[jira] [Commented] (GRIFFIN-132) [Community] Update the status file on site

2018-04-12 Thread William Guo (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16436568#comment-16436568 ] William Guo commented on GRIFFIN-132: - checkedĀ  [http://incubator.apache.org/projects/griffin.html]

RE: Griffin Service Error

2018-04-12 Thread Karan Gupta
Hi Lionel, Thank you for the reply. I did try to increase the hive.server2.thrift.max.worker.threads to 1500 from the default 500 but it did not resolve the issue. Also we have 2 instances of Hive Server 2 running on different machines. Could you recommend any other work around? Thank you,