shalk commented on code in PR #1393:
URL:
https://github.com/apache/incubator-pegasus/pull/1393#discussion_r1138386194
##########
java-client/src/main/java/org/apache/pegasus/security/KerberosProtocol.java:
##########
@@ -161,19 +173,16 @@ private static Configuration
getLoginContextConfiguration(String keyTab, String
@Override
public AppConfigurationEntry[] getAppConfigurationEntry(String name) {
Map<String, String> options = new HashMap<>();
- // TGT is obtained from the ticket cache.
- options.put("useTicketCache", "true");
Review Comment:
yes, we can use ticket cache without keytab. these can be done in the same
method like hadoop
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]