메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


test_admin계정에 a-db, b-db, c-db에 대한 admin권한(grant, create등)의 권한 부여 방법은 Policy를 생성하여 Delegate Admin option을 활성화하여 부여해주면 된다. 

아래와 같은 값으로 Ranger에서 Policy생성/저장한다. 

  policy name : test_admin-grant

  database : a-db, b-db, c-db

  table : *

  column : *

  Allow Conditions : Select User항목에 test_user, Permissions에 select, Read, Refresh, Delegate Admin : check


*참고 

<<권한 부여>>

grant select on table a-db.a-test to group group명;


<<권한 회수>>

revoke select on table a-db.a-test from group group명;


<<test_admin계정이 가지고 있는 권한 확인>>

show grant user test_admin on table a-db.a-test;


번호 제목 날짜 조회 수
601 hadoop cluster구성된 노드를 확인시 Capacity를 보면 색이 붉은색으로 표시되어 있는 경우나 Unhealthy인 경우 처리방법 2017.08.30 233
600 https용 인증서 발급 명령문 예시및 오류 메세지 2018.01.24 233
599 HAX is not working and emulator runs in emulation mode 메세지가 나오는 경우 file 2015.05.25 235
598 운영중인 상태에서 kafka topic삭제하고 재생성하여 처리되지 않은 메세지 모두 삭제하기 2016.10.24 235
» [Ranger]계정에 admin권한(grant, create등)의 권한 부여 방법 2023.04.18 235
596 test333 2017.05.01 236
595 php auction 프로그램 2017.05.14 236
594 Ubuntu에서 sbt및 scala설치하기 2017.06.20 236
593 drools를 이용한 로그,rule matching등의 테스트 java프로그램 file 2016.07.21 237
592 센서테스트 file 2015.05.25 238
591 sparql에서 concat에제 2015.11.27 238
590 halyard 1.3의 console을 이용하여 100억건의 데이타에 대한 쿼리수행시 ScannerTimeoutException 발생시 조치사항 2017.09.06 242
589 [PHP7.0]로그파일 위치 2017.05.07 243
588 bin/cassandra -f -R로 startup할때 NullPointerException오류가 나면 조치할 내용 2016.04.14 244
587 Lagom에서 제공하는 Maven을 이용한 Hello프로젝트 자동생성 및 실행 2018.01.19 245
586 에러 추적(Error Tracking) 및 로그 취합(logging aggregation) 시스템인 Sentry 설치 2018.03.14 245
585 jar파일의 dependency찾는 프로그램 2016.08.11 246
584 git 초기화(Windows에서 Git Bash사용) 2016.11.17 246
583 solrcloud에 solrdf1.1설치하고 테스트 하기 2016.04.22 248
582 magento2 2.1.3을 수동으로 설치하는 방법 2017.02.01 248
위로