[ https://issues.apache.org/jira/browse/HIVE-17307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16133771#comment-16133771 ]
ASF GitHub Bot commented on HIVE-17307: --------------------------------------- GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/235 HIVE-17307 Change the metastore to not use the metrics code in hive/common You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17307 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/235.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #235 ---- commit 72fd3e7232a44655dc7471a61729c4a1abf49c26 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-01T16:57:32Z Implemented metrics in standalone-metastore. Ported existing metastore classes to use them. commit 201b16defbad4076495553fe127ae7c79e08804b Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-01T16:58:52Z Adding pom file I missed in the previous checkin. commit b310893a5f8400085919e313b58723a10fb18c88 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-01T18:36:36Z Copied JvmPauseMonitor into standalone-metastore commit 3a8080c6c9cfe77cc0d9561ab5f65d4d4298d5d3 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-01T20:43:14Z Copied PerfLogger into the standalone metastore and moved RetryingHMSHandler to use it. ---- > Change the metastore to not use the metrics code in hive/common > --------------------------------------------------------------- > > Key: HIVE-17307 > URL: https://issues.apache.org/jira/browse/HIVE-17307 > Project: Hive > Issue Type: Sub-task > Components: Metastore > Reporter: Alan Gates > Assignee: Alan Gates > > As we move code into the standalone metastore module, it cannot use the > metrics in hive-common. We could copy the current Metrics interface or we > could change the metastore code to directly use codahale metrics. -- This message was sent by Atlassian JIRA (v6.4.14#64029)