[
https://issues.apache.org/jira/browse/HIVE-26569?focusedWorklogId=831756&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831756
]
ASF GitHub Bot logged work on HIVE-26569:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Dec/22 13:31
Start Date: 07/Dec/22 13:31
Worklog Time Spent: 10m
Work Description: abstractdog commented on code in PR #3626:
URL: https://github.com/apache/hive/pull/3626#discussion_r1042207296
##########
llap-common/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java:
##########
@@ -31,6 +31,9 @@
public class LlapServerSecurityInfo extends SecurityInfo {
private static final Logger LOG =
LoggerFactory.getLogger(LlapServerSecurityInfo.class);
+ public LlapServerSecurityInfo() {
+ }
+
Review Comment:
checked, it's not needed, removing
##########
llap-common/src/java/org/apache/hadoop/hive/llap/security/LlapTokenSelector.java:
##########
@@ -30,6 +30,9 @@
public class LlapTokenSelector implements TokenSelector<LlapTokenIdentifier> {
private static final Logger LOG =
LoggerFactory.getLogger(LlapTokenSelector.class);
+ public LlapTokenSelector() {
+ }
+
Review Comment:
checked, it's not needed, removing
Issue Time Tracking
-------------------
Worklog Id: (was: 831756)
Time Spent: 4h 40m (was: 4.5h)
> Support renewal and recreation of LLAP_TOKENs
> ---------------------------------------------
>
> Key: HIVE-26569
> URL: https://issues.apache.org/jira/browse/HIVE-26569
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)