Re: Query result cache size

2019-06-24 Thread Jason Dere
hive.query.results.cache.max.size is the limit per HS2 instance. hive.query.results.cache.max.entry.size is the limit for a single query result. On Mon, Jun 3, 2019 at 8:24 AM Kristopher Kane wrote: > 'hive.query.results.cache.max.size' - Is this limit per query result, > total for all users

Question on Hive metastore thrift uri

2019-06-24 Thread reetika agrawal
Hi, I have a question , how does the hive connection happen when we connect it using hive meta store thrift URI ? Does it go through hiveserver2->metastore -> metastore db or directly connects to metastore -> metastore db . If someone could help me with understanding this that would be great? --