일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 삼성역맛집
- Data Engineering
- Trino
- 자바
- 프로그래머스
- 맛집
- 용인맛집
- Data Engineer
- 코딩테스트
- 코테
- dfs
- 양평
- BigData
- HIVE
- java
- Iceberg
- 영어
- 백준
- bigdata engineer
- 알고리즘
- hadoop
- 코엑스맛집
- 개발
- 여행
- bigdata engineering
- 파이썬
- BFS
- 코딩
- 코엑스
- apache iceberg
- Today
- Total
목록Hue (2)
지구정복

현재 Openldap과 hue, Hive연동된 상태이다. Hue의 hive editor를 오픈하면 아래 에러가 자꾸 발생했다. Bad status: 3 (b'Error validating the login') (code THRIFTTRANSPORT): TTransportException("Bad status: 3 (b'Error validating the login')") 또한 Hue log를 확인해보니 아래 내용이 있었다.[27/Feb/2025 16:50:17 +0900] base DEBUG Selected interpreter hive interface=hiveserver2 compute=None [27/Feb/2025 16:50:17 +0900] dbms DEBU..
현재 trino를 password인증 방식을 사용중이고 ssl/tls 설정을 하여 https로 trino를 사용중인데 아래와 같은 에러가 발생했다.HTTPSConnectionPool(host='mycluster00', port=9998): Max retries exceeded with url: /v1/statement (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)'))) 인증서가 만료됐다는 에러이다. 다시 개인키와 자체 서명 인증서를 생성하여 배포한다. 0. 개념정리진행하기 전에 개념을 ..