[ https://issues.apache.org/jira/browse/HIVE-25829?focusedWorklogId=707040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-707040 ]
ASF GitHub Bot logged work on HIVE-25829: ----------------------------------------- Author: ASF GitHub Bot Created on: 11/Jan/22 18:21 Start Date: 11/Jan/22 18:21 Worklog Time Spent: 10m Work Description: pgaref commented on a change in pull request #2911: URL: https://github.com/apache/hive/pull/2911#discussion_r782417105 ########## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConfUtil.java ########## @@ -244,6 +256,16 @@ public static String getJobCredentialProviderPassword(Configuration conf) { return null; } + /** + * Sets a "keyName=newKeyValue" pair to a jobConf to a given property. + * If the property is empty, is simply inserts keyName=newKeyValue, Review comment: typo: it simply -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 707040) Time Spent: 2h 10m (was: 2h) > Tez exec mode support for credential provider for jobs > ------------------------------------------------------ > > Key: HIVE-25829 > URL: https://issues.apache.org/jira/browse/HIVE-25829 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Reporter: Ádám Szita > Assignee: László Bodor > Priority: Major > Labels: pull-request-available > Time Spent: 2h 10m > Remaining Estimate: 0h > > HIVE-14822 introduced support to securely forward a job specific java > credential store path, and a corresponding password to the backend executors. > This is currently implemented for only MR2 and Spark execution engines. I > propose we extend this feature by adding Tez mode to said list. -- This message was sent by Atlassian Jira (v8.20.1#820001)