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

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

                Author: ASF GitHub Bot
            Created on: 06/Jun/19 16:43
            Start Date: 06/Jun/19 16:43
    Worklog Time Spent: 10m 
      Work Description: pvary commented on pull request #657: HIVE-21822: 
Expose LlapDaemon metrics through a new API method
URL: https://github.com/apache/hive/pull/657#discussion_r291273993
 
 

 ##########
 File path: 
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java
 ##########
 @@ -302,6 +306,18 @@ public GetTokenResponseProto 
getDelegationToken(RpcController controller,
     return responseProtoBuilder.build();
   }
 
+  @Override
+  public LlapDaemonProtocolProtos.GetLoadMetricsResponseProto 
getLoadMetrics(final RpcController controller,
+      final LlapDaemonProtocolProtos.GetLoadMetricsRequestProto request) 
throws ServiceException {
+    LlapDaemonProtocolProtos.GetLoadMetricsResponseProto.Builder 
responseProtoBuilder =
 
 Review comment:
   Done
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 255246)
    Time Spent: 1h 10m  (was: 1h)

> Expose LlapDaemon metrics through a new API method
> --------------------------------------------------
>
>                 Key: HIVE-21822
>                 URL: https://issues.apache.org/jira/browse/HIVE-21822
>             Project: Hive
>          Issue Type: Sub-task
>          Components: llap
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-21822.2.patch, HIVE-21822.3.patch, HIVE-21822.patch
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We should add a new API method to access specific LlapDaemon metrics which 
> would provide information to TezAMs to make good decisions on load balancing 
> tasks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to