일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Namenode
- Windows
- docker
- HBase
- airflow
- re
- 람다 아키텍처
- Scala
- slack
- ambari
- HDP
- Service
- hadoop
- python
- LDAP
- Example DAG
- yarn
- 빅데이터
- HIVE
- HDFS
- SlackWebhookOperator
- jupyter
- Kafka
- NoSQL
- Lambda architecture
- MapReduce
- execution_date
- 정규표현식
- java
- slack app
Archives
- Today
- Total
IT 삽질기
Ambari lost-heartbeat(failed due to EOF occurred in violation of protocol (_ssl.c:579)) 본문
BigData
Ambari lost-heartbeat(failed due to EOF occurred in violation of protocol (_ssl.c:579))
화이팅빌런 2019. 4. 27. 23:46failed due to EOF occurred in violation of protocol (_ssl.c:579)
Ambari 연결 중 node 하나에서 lost-heartbeat 현상 발생
log를 살펴보니 아래와 같은 문제가 발생

이를 해결하기 위해 찾아본 결과
"IOError: Request to https://localhost:8441/agent/v1/register/namenode.exterrocloud.info failed due to EOF occurred in violation
community.hortonworks.com
Registration to ambari server via the ambari agent fail - Hortonworks
community.hortonworks.com
위의 두 URL의 참고하여
/etc/ambari-agent/conf/ambari-agent.ini를 수정
security 부분에
force_https_protocol=PROTOCOL_RLSv1_2
를 추가하여 문제 해결

'BigData' 카테고리의 다른 글
sqoop이란 ? (0) | 2021.05.18 |
---|---|
Kudu란? (0) | 2021.05.08 |
빅데이터 처리 과정 (0) | 2020.12.18 |
빅데이터의 정의 (0) | 2020.06.24 |
Nifi에서 Hive3 연결하기 (0) | 2020.03.31 |
Comments