RE: Metastore service

2014-05-16 Thread Dima Machlin
Thanks a lot Bryan that did the trick. From: Bryan Jeffrey [mailto:bryan.jeff...@gmail.com] Sent: Wednesday, May 14, 2014 8:47 PM To: user@hive.apache.org Subject: Re: Metastore service Dima, You can simply set the variable in your hive-site.xml: datanucleus.connectionPool.maxPoolSize 20

Re: Metastore service

2014-05-14 Thread Bryan Jeffrey
Dima, You can simply set the variable in your hive-site.xml: datanucleus.connectionPool.maxPoolSize 20 creates an annoying log message if this is not set The default value is -1, so it is just warning you that it is setting the maximum number of connections to a valid value (default 20)