[
https://issues.apache.org/jira/browse/HIVE-24292?focusedWorklogId=503446&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-503446
]
ASF GitHub Bot logged work on HIVE-24292:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Oct/20 23:56
Start Date: 21/Oct/20 23:56
Worklog Time Spent: 10m
Work Description: risdenk commented on a change in pull request #1594:
URL: https://github.com/apache/hive/pull/1594#discussion_r509800907
##########
File path:
service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java
##########
@@ -48,6 +48,7 @@
private static HiveConf hiveConf = null;
private static String keyStorePassword = "123456";
private static String keyFileName = "myKeyStore";
+ private static String keyStoreType = "jks";
Review comment:
You might want this to be `KeyStore. getDefaultType()` depending on the
JDK being used? I think in most cases this should be ok though.
----------------------------------------------------------------
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: 503446)
Time Spent: 20m (was: 10m)
> hive webUI should support keystoretype by config
> ------------------------------------------------
>
> Key: HIVE-24292
> URL: https://issues.apache.org/jira/browse/HIVE-24292
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Reporter: Yongzhi Chen
> Assignee: Yongzhi Chen
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> We need a property to pass-in keystore type in webui too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)