메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


kudu [TLS/SSL]Kudu Tablet Server설정

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

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

번호 제목 날짜 조회 수
561 Lagom프레임웍에서 제공하는 HelloWorld 테스트를 수행시 [unknown-version]오류가 발생하면서 빌드가 되지 않는 경우 조치사항 2017.12.22 278
» [TLS/SSL]Kudu Tablet Server설정 2022.05.13 278
559 lagom의 online-auction-java프로젝트 실행시 "Could not find Cassandra contact points, due to: ServiceLocator is not bound" 경고 발생시 조치사항 2017.10.12 280
558 spark2.0.0에서 hive 2.0.1 table을 읽어 출력하는 예제 소스(HiveContext, SparkSession, SQLContext) 2017.03.09 284
557 하둡기반 데이타 모델링(6편) 2018.06.27 289
556 anaconda3(v5.4)를 이용하여 tensorflow설치후 ipython프로그램을 실행하여 import할때 오류발생시 조치 2018.07.27 289
555 Cloudera설치중에 "Error, CM server guid updated"오류 발생시 조치방법 2018.03.29 290
554 [CDP7.1.7]Hive Replication수행중 Specified catalog.database.table does not exist : hive.db명.table명 오류 발생시 조치방법 2024.04.05 290
553 Spark Streaming 코드레벨단에서의 성능개선 2016.10.31 291
552 windows7에서 lagom의 hello world를 빌드하여 실행하는 경우의 로그(mvn lagom:runAll -Dscala.binary.version=2.11) 2017.12.22 291
551 javax.net.ssl.SSLHanshakeException: SSLHandshakeException invoking https://mainCluster.gooper.com:7183/api/v1/users: sun.security.validator.ValidatorException: No trusted certificate found 2022.06.29 291
550 cloudera의 hue에서 사용자가 사용한 쿼리 목록 2020.02.07 296
549 [Impala TLS/SSL이슈]RangerAdminRESTClient.java:151] Failed to get response, Error is: TrustManager is not specified 2023.02.02 297
548 Cloudera Manager의 Java Heap Size변경하는 방법 2022.06.27 298
547 CDH 5.4.4 버전에서 hive on tez (0.7.0)설치하기 2016.01.14 299
546 java quartz 시간 설정 참고사항 2015.12.16 300
545 spark-sql실행시 ERROR log: Got exception: java.lang.NumberFormatException For input string: "2000ms" 오류발생시 조치사항 2016.06.09 301
544 scala-eclipse 다운로드 2019.06.09 301
543 scala application 샘플소스(SparkSession이용) 2018.03.07 304
542 바나나 파이의 /tmp폴더를 외장하드로 변경하기 2015.07.24 307
위로