메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

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


Kudu서비스의 WebUI(node01.gooper.com/8050)를 통해서 Tablets탭을 클릭하면 Tablet상황을 확인 할 수 있다. 

정상적인 경우라면 Live Tablet Replicas->Summary의 Status가 모두 RUNNING상태여야 한다. 

이 상태가 FAILED상태일 때 fail원인을 확인하려면 Live Table Replicas Summary밑에 Detail이 있는데 우측에 검색창이 있다. 

여기에 failed를 입력하면 FAILED 상태의 tablet만 보여주는데 State항목을 보면 오류 상황을 확인할 수 있다. 

Kudu WebUI는 tablet server별로 제공되므로 전체를 한번에 볼 수는 없고 각각의 tablet server에 접근해서 파악해야 전체 현황을 알 수 있다. 

이경우 tablet server기동시 특정 메모리 상황등에 따른 오류가 발생하는것으로 kudu내부적으로 다른 tablet server에 복사하는 방법으로 복구되므로 관련 table을 select해봐서 사용 가능하다면 문제없는것이다. 


*오류 발생 예시 

: kudu table의 range partition을 지정(RANGE (acol) PARTITION "1" <= VALUES < "1\000")할 때 잘못하여 '\'가 포함되는 경우는 다음과 같은 오류가 표시되며 해당 table의 해당 partition이 속한 tablet은 FAILED상태가 된다.

-->

FAILED(TABLET_DATA_READY): Service unavailabe: transaction on tablet 123hg4567uy4537 rejected due to meory pressure: the memeory usge of this transaction(10488787) plus the current consumption(62933136) exceeds the transaction memory limit(67108864) or the limit of an ancestral memory tracker.


번호 제목 글쓴이 날짜 조회 수
110 [TLS/SSL]Kudu Master 설정하기 총관리자 2022.05.13 61
109 Scala버젼 변경 혹은 상황에 맞게 Spark소스 컴파일하기 총관리자 2016.05.31 67
108 [impala]쿼리 수행중 발생하는 오류(due to memory pressure: the memory usage of this transaction, Failed to write to server) gooper 2022.10.05 67
107 kudu hms check 사용법(예시) 총관리자 2021.10.22 69
106 Scala를 이용한 Streaming예제 총관리자 2018.03.08 69
105 small file 한개 파일로 만들기(text file 혹은 parquet file의 테이블) gooper 2022.07.04 75
104 How-to: Tune Your Apache Spark Jobs (Part 2) file 총관리자 2016.10.31 77
103 Query Status: Sender xxx.xxx.xxx.xxx timed out waiting for receiver fragment instance: 1234:cdsf, dest node: 10 의 오류 원인및 대응방안 총관리자 2021.11.03 77
102 파일끝에 붙는 ^M 일괄 지우기(linux, unix(AIX)) 혹은 파일내에 있는 ^M지우기 총관리자 2016.09.24 78
101 Query 1234:1234 expired due to client inactivity(timeout is 5m)및 invalid query handle gooper 2022.06.10 81
100 kudu rebalance수행 command예시 총관리자 2022.01.17 85
99 hive의 메타정보 테이블을 MariaDB로 사용하는 경우 table comment나 column comment에 한글 입력시 깨지는 경우 utf8로 바꾸는 방법. gooper 2023.03.10 86
98 우분투 16.04LTS에 Jupyter설치 총관리자 2018.04.17 90
97 impala session type별 표시되는 정보로 구분하는 방법 총관리자 2021.05.25 90
» Kudu tablet이 FAILED일때 원인 확인 방법 총관리자 2022.01.17 90
95 Impala Admission Control 설정시 쿼리가 사용하는 메모리 사용량 판단 방법 gooper 2023.05.19 92
94 It is indirectly referenced from required .class files 오류 발생시 조치방법 총관리자 2017.03.09 93
93 참고할만한 spark예제를 설명하는 사이트 총관리자 2016.11.11 98
92 spark 2.0.0를 windows에서 실행시 로컬 파일을 읽을때 발생하는 오류 해결 방법 총관리자 2017.01.12 106
91 impala external 테이블 생성시 컬럼과 라인 구분자를 지정하여 테이블 생성하는 예시 총관리자 2020.02.20 107

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.

위로