You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Kristopher Kane <kk...@gmail.com> on 2019/05/22 19:10:14 UTC

JDBC Storage Handler credential protection

The JDBC storage handler wiki states:

"You will need to protect the keystore file by only authorize targeted
user to read this file using authorizer (such as ranger). Hive will
check the permission of the keystore file to make sure user has read
permission of it when creating/altering table."

I cannot find this permissions check in the code.  Would anyone be
kind enough to point that out to me?

Kris