You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storage based authorization in the Metastore server
SQL standards based authorization in HiveServer2
Authorization using Apache Ranger & Sentry
Old default Hive Authorization (Legacy Mode)
HMS 에는 1번을, HS2 에는 2번을 적용하면서 상호보완할 수 있다.
3번에서 Apache Ranger 를 사용하는 경우 UI 에서 동적으로 policy 를 만들고 적용할 수 있어 편리하다.
데이터베이스, 테이블, 칼럼 단위로 어떤 권한을 줄 것인지(e.g. select, update, create, drop, read, write ...) 설정할 수 있다. udf, hiveservice, url 등의 항목에 대해서도 설정이 가능한듯 한데 써보진 못했다.
The text was updated successfully, but these errors were encountered:
Authentication
HiveServer2
자세한 설정은 문서 참고
Hive Metastore
KERBEROS 인증을 할지말지만 추가 가능한듯.
Authorization
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Authorization
데이터베이스, 테이블, 칼럼 단위로 어떤 권한을 줄 것인지(e.g. select, update, create, drop, read, write ...) 설정할 수 있다. udf, hiveservice, url 등의 항목에 대해서도 설정이 가능한듯 한데 써보진 못했다.
The text was updated successfully, but these errors were encountered: