[ 
https://issues.apache.org/jira/browse/HIVE-25897?focusedWorklogId=716252&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-716252
 ]

ASF GitHub Bot logged work on HIVE-25897:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Jan/22 08:18
            Start Date: 27/Jan/22 08:18
    Worklog Time Spent: 10m 
      Work Description: klcopp commented on a change in pull request #2973:
URL: https://github.com/apache/hive/pull/2973#discussion_r793354020



##########
File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
##########
@@ -1600,7 +1602,9 @@ public static ConfVars getMetaConf(String name) {
     // Deprecated Hive values that we are keeping for backwards compatibility.
     @Deprecated
     
HIVE_CODAHALE_METRICS_REPORTER_CLASSES("hive.service.metrics.codahale.reporter.classes",
-        "hive.service.metrics.codahale.reporter.classes", "",
+        "hive.service.metrics.codahale.reporter.classes",
+        
"org.apache.hadoop.hive.common.metrics.metrics2.JsonFileMetricsReporter, " +
+        "org.apache.hadoop.hive.common.metrics.metrics2.JmxMetricsReporter",

Review comment:
       I see, thanks for explaining!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 716252)
    Time Spent: 1h  (was: 50m)

> Move delta metric collection into AcidMetricsService
> ----------------------------------------------------
>
>                 Key: HIVE-25897
>                 URL: https://issues.apache.org/jira/browse/HIVE-25897
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Pintér
>            Assignee: László Pintér
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> DeltaFilesMetricReporter and AcidMetricsService are two different threads 
> collecting ACID related metrics. It makes sense to merge those threads since 
> they share the same goal. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to