메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 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.


번호 제목 날짜 조회 수
123 small file 한개 파일로 만들기(text file 혹은 parquet file의 테이블) 2022.07.04 566
122 Query 1234:1234 expired due to client inactivity(timeout is 5m)및 invalid query handle 2022.06.10 643
121 "bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')])" 오류는 CA인증을 하지 못해서 발생함 2022.05.13 471
120 [TLS/SSL]Kudu Tablet Server설정 2022.05.13 300
119 [TLS/SSL]Kudu Master 설정하기 2022.05.13 181
118 [TLS/SSL]Cloudera CDH6.3.4기준 Hue TLS설정 항목 2022.05.13 669
117 [Hue]Hue의 메타정보를 담고 있는 desktop_document테이블과 desktop_document2의 관계 2022.05.09 677
116 [hive] hive.tbls테이블의 owner컬럼값은 hadoop.security.auth_to_local에 의해서 filtering된다. 2022.04.14 176
115 hue메타 정보를 저장(oracle DB)하는 내부 테이블을 이용하여 전체 테이블목록, 전체 코디네이터 목록, 코디네이터기준 workflow구조를 추출하는 쿼리문 2022.04.01 140
114 Hue impala에서 query결과를 HDFS 파일로 export시 AuthorizationException: User 'gooper1234' does not have privileges to access: db명.query_impala_123456 2022.03.17 496
113 [TLS]TLS용 사설 인증서 변경 혹은 신규 지정시 No trusted certificate found 오류 발생시 확인및 조치사항 2022.03.15 641
112 service name방식의 oracle을 메타정보 저장소로 사용할때 Hue Configuration설정하는 방법 2022.02.12 220
111 kudu rebalance수행 command예시 2022.01.17 226
» Kudu tablet이 FAILED일때 원인 확인 방법 2022.01.17 567
109 Failed to write to server: (no server available): 2022.01.17 771
108 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 542
107 not leader of this config: current role FOLLOWER 오류 발생시 확인방법 2022.01.17 761
106 kudu 테이블 metadata강제 삭제시 발생하는 오류 메세지 2022.01.12 587
105 hue.axes_accessattempt테이블의 username컬럼에 NULL 혹은 space가 들어갈수도 있음. 2021.11.03 3059
104 Query Status: Sender xxx.xxx.xxx.xxx timed out waiting for receiver fragment instance: 1234:cdsf, dest node: 10 의 오류 원인및 대응방안 2021.11.03 391
위로