[ 
https://issues.apache.org/jira/browse/HIVE-24456?focusedWorklogId=541859&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-541859
 ]

ASF GitHub Bot logged work on HIVE-24456:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Jan/21 04:26
            Start Date: 26/Jan/21 04:26
    Worklog Time Spent: 10m 
      Work Description: yongzhi commented on a change in pull request #1721:
URL: https://github.com/apache/hive/pull/1721#discussion_r563878086



##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -4075,6 +4075,9 @@ private static void populateLlapDaemonVarsSet(Set<String> 
llapDaemonVarsSetLocal
         "If hive (in tez mode only) cannot find a usable hive jar in 
\"hive.jar.directory\", \n" +
         "it will upload the hive jar to 
\"hive.user.install.directory/user.name\"\n" +
         "and use it to run queries."),
+    HIVE_MASKING_ALGO("hive.masking.algo","sha256", "This property is used to 
indicate whether " +

Review comment:
       Why do we need a new property, could we just change the algorithm to 
sha512?




----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 541859)
    Time Spent: 50m  (was: 40m)

> Column masking/hashing function in hive should use SH512 if FIPS mode is 
> enabled
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-24456
>                 URL: https://issues.apache.org/jira/browse/HIVE-24456
>             Project: Hive
>          Issue Type: Improvement
>          Components: HiveServer2
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> hive-site.xml should have the following property to indicate that FIPS mode 
> is enabled.
> <property>
>     <name>hive.masking.algo</name>
>      <value>sha512</value>
> </property>
> If this property is present, then GenericUDFMaskHash should use SHA512 
> instead of SHA256 encoding for column masking.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to