[jira] [Work logged] (HIVE-22873) Make it possible to identify which hs2 instance executed a scheduled query

2020-05-30 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-22873:
-

Author: ASF GitHub Bot
Created on: 30/May/20 14:08
Start Date: 30/May/20 14:08
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk closed pull request #901:
URL: https://github.com/apache/hive/pull/901


   



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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 439077)
Time Spent: 40m  (was: 0.5h)

> Make it possible to identify which hs2 instance executed a scheduled query
> --
>
> Key: HIVE-22873
> URL: https://issues.apache.org/jira/browse/HIVE-22873
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-22873.01.patch, HIVE-22873.02.patch, 
> HIVE-22873.03.patch, HIVE-22873.04.patch, HIVE-22873.05.patch, 
> HIVE-22873.06.patch
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> right now only the query_id is shown; in case of multiple hs2 instances the 
> question...users have to resort to grepping the logs for the given query 
> id



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-22873) Make it possible to identify which hs2 instance executed a scheduled query

2020-02-17 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-22873:
-

Author: ASF GitHub Bot
Created on: 17/Feb/20 10:09
Start Date: 17/Feb/20 10:09
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk commented on pull request #901: HIVE-22873 
schq ident
URL: https://github.com/apache/hive/pull/901#discussion_r380090132
 
 

 ##
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/scheduled/ScheduledQueryExecutionContext.java
 ##
 @@ -55,4 +66,8 @@ public long getProgressReporterSleepTime() {
 return 
conf.getTimeVar(ConfVars.HIVE_SCHEDULED_QUERIES_EXECUTOR_PROGRESS_REPORT_INTERVAL,
 TimeUnit.MILLISECONDS);
   }
 
+  public String getExecutorHostName() {
 
 Review comment:
   you are right - this is not neccessary.
   I think permitting access to a final field is ok; I've removed the getter
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388302)
Time Spent: 0.5h  (was: 20m)

> Make it possible to identify which hs2 instance executed a scheduled query
> --
>
> Key: HIVE-22873
> URL: https://issues.apache.org/jira/browse/HIVE-22873
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
> Attachments: HIVE-22873.01.patch, HIVE-22873.02.patch, 
> HIVE-22873.03.patch, HIVE-22873.04.patch, HIVE-22873.05.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> right now only the query_id is shown; in case of multiple hs2 instances the 
> question...users have to resort to grepping the logs for the given query 
> id



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-22873) Make it possible to identify which hs2 instance executed a scheduled query

2020-02-17 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-22873:
-

Author: ASF GitHub Bot
Created on: 17/Feb/20 09:28
Start Date: 17/Feb/20 09:28
Worklog Time Spent: 10m 
  Work Description: miklosgergely commented on pull request #901: 
HIVE-22873 schq ident
URL: https://github.com/apache/hive/pull/901#discussion_r380038310
 
 

 ##
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/scheduled/ScheduledQueryExecutionContext.java
 ##
 @@ -55,4 +66,8 @@ public long getProgressReporterSleepTime() {
 return 
conf.getTimeVar(ConfVars.HIVE_SCHEDULED_QUERIES_EXECUTOR_PROGRESS_REPORT_INTERVAL,
 TimeUnit.MILLISECONDS);
   }
 
+  public String getExecutorHostName() {
 
 Review comment:
   I'd suggest to declare all the global fields private, and have getters for 
them, but if they should remain public, then no getter is necessary.
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388278)
Time Spent: 20m  (was: 10m)

> Make it possible to identify which hs2 instance executed a scheduled query
> --
>
> Key: HIVE-22873
> URL: https://issues.apache.org/jira/browse/HIVE-22873
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
> Attachments: HIVE-22873.01.patch, HIVE-22873.02.patch, 
> HIVE-22873.03.patch, HIVE-22873.04.patch, HIVE-22873.05.patch
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> right now only the query_id is shown; in case of multiple hs2 instances the 
> question...users have to resort to grepping the logs for the given query 
> id



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-22873) Make it possible to identify which hs2 instance executed a scheduled query

2020-02-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-22873:
-

Author: ASF GitHub Bot
Created on: 11/Feb/20 18:20
Start Date: 11/Feb/20 18:20
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk commented on pull request #901: HIVE-22873 
schq ident
URL: https://github.com/apache/hive/pull/901
 
 
   
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 385335)
Remaining Estimate: 0h
Time Spent: 10m

> Make it possible to identify which hs2 instance executed a scheduled query
> --
>
> Key: HIVE-22873
> URL: https://issues.apache.org/jira/browse/HIVE-22873
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
> Attachments: HIVE-22873.01.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> right now only the query_id is shown; in case of multiple hs2 instances the 
> question...users have to resort to grepping the logs for the given query 
> id



--
This message was sent by Atlassian Jira
(v8.3.4#803005)