You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Tao Li (JIRA)" <ji...@apache.org> on 2016/05/07 12:51:12 UTC

[jira] [Commented] (HIVE-13714) How to config hive metastore mysql connection pool size?

    [ https://issues.apache.org/jira/browse/HIVE-13714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275217#comment-15275217 ] 

Tao Li commented on HIVE-13714:
-------------------------------

The following config works me.

<property>
  <name>datanucleus.connectionPool.maxPoolSize</name>
  <value>50</value>
</property>
<property>
  <name>datanucleus.connectionPool.minPoolSize</name>
  <value>20</value>
</property>

> How to config hive metastore mysql connection pool size?
> --------------------------------------------------------
>
>                 Key: HIVE-13714
>                 URL: https://issues.apache.org/jira/browse/HIVE-13714
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.13.1
>            Reporter: Tao Li
>
> How to config hive metastore mysql connection pool size?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)