메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


kudu [TLS/SSL]Kudu Tablet Server설정

총관리자 2022.05.13 13:50 조회 수 : 35

Kudu Tablet 서버가 node01 서버에 설치되어 있는 경우이고 node01 서버에 대한 인증서를 받은 경우의 설정은 다음과 같다. 

(node01서버의 인증서 : cert.pem, 개인키 인증서 : certkey.pem)

-  L4등을 통해서 요청이 들어 오면서 여러 노드에 설치된 경우는 나머지 노드의 도메인을  "주체대체이름"에 추가해서 인증서를 발급 받아 한개의 인증서를 각각의 노드에 복사해서 쓰거나, 

  각 노드의 인증서를 받아 이름을 동일하게 저장해서 써야 한다. .


1. Enable TLS/SSL for Tablet Server, ssl.enabled, TLS/SSL인증 활성화 여부 : check 

2. Tablet Server TLS/SSL Server Private Key File(PEM Format) , webserver_private_key_file, 서버에 저장된 인증서의 key인증서 경로및 파일명  :  /opt/cloudera/security/x509/certkey.pem

3. Tablet Server TLS/SSL Server Certificate File(PEM Format), webserver_certificate_file, 서버에 저장된 인증서 경로및 파일명  : /opt/cloudera/security/x509/cert.pem

4. Tablet Server TLS/SSL Server CA Certificate(PEM Format) : 필요시 경로및 파일명을 기록함

5. Tablet Server TLS/SSL Private Key Password, webserver_private_key_password_cmd , 개인키의 비밀번호 : 12345

번호 제목 글쓴이 날짜 조회 수
14 kudu table와 impala(hive) table정보가 틀어져서 테이블을 읽지 못하는 경우(Error Loading Metadata) 조치방법 gooper 2023.11.10 24
13 [KUDU] kudu tablet server여러가지 원인에 의해서 corrupted상태가 된 경우 복구방법 gooper 2023.03.28 34
12 [Kudu]ERROR: Unable to advance iterator for node with id '2' for Kudu table 'impala::core.pm0_abdasubjct': Network error: recv error from unknown peer: Transport endpoint is not connected (error 107) gooper 2023.03.16 531
11 [Kudu]Schema별 혹은 테이블별 사용량(Replica포함) 구하는 방법 gooper 2022.07.14 117
10 [Cloudera 6.3.4, Kudu]]Service Monitor에서 사용하는 metric중에 일부를 blacklist로 설정하여 모니터링 정보 수집 제외하는 방법 gooper 2022.07.08 31
» [TLS/SSL]Kudu Tablet Server설정 총관리자 2022.05.13 35
8 [TLS/SSL]Kudu Master 설정하기 총관리자 2022.05.13 61
7 kudu rebalance수행 command예시 총관리자 2022.01.17 84
6 Kudu tablet이 FAILED일때 원인 확인 방법 총관리자 2022.01.17 89
5 Failed to write to server: (no server available): 총관리자 2022.01.17 32
4 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 총관리자 2022.01.17 176
3 not leader of this config: current role FOLLOWER 오류 발생시 확인방법 총관리자 2022.01.17 23
2 kudu 테이블 metadata강제 삭제시 발생하는 오류 메세지 총관리자 2022.01.12 108
1 kudu hms check 사용법(예시) 총관리자 2021.10.22 65

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로