You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2014/12/30 23:55:13 UTC

[jira] [Created] (HIVE-9232) We should throw an error on Hadoop23Shims.createKey() if the key already exists

Sergio Peña created HIVE-9232:
---------------------------------

             Summary: We should throw an error on Hadoop23Shims.createKey() if the key already exists
                 Key: HIVE-9232
                 URL: https://issues.apache.org/jira/browse/HIVE-9232
             Project: Hive
          Issue Type: Sub-task
            Reporter: Sergio Peña
            Assignee: Sergio Peña
             Fix For: encryption-branch


We should throw an error when creating an encryption key if the key already exists. 

Developers might forget to delete the keys during the q-tests, and the next q-test that creates the same key name with a different bit-length will not fail, causing the test to run successfully (but not correctly).

Let's just throw an error on Hadoop23Shims.createKey()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)