miklosgergely commented on a change in 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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]