메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


AnalysisException: Failed to load metadata for table: 'db.table' CAUSED BY: TableLoadingException: Failed to load metadata for table: db.table CAUSED BY: InvalidStorageDescriptorException: Impala does not support tables of this type. REASON: SerDe library ' org.apache.hadoop.hive.kudu.KuduSerDe' is not supported..

혹은 Hue에서 kudu table이름을 클릭하면 하단에 컬럼정보가 표시되는 대신 "Error loading columns"라는 메세지가 보인다. 


상기한 메세지가 발생하는 경우는 kudu 테이블의 metadata를 저정하고 있는 hive.table_params에 관련 정보가 없거나 잘못되어 발생하는 문제이므로 kudu table의 meta data를 저정하는 table의 정보를 확인해보고 Kudu Master의 WebUI의 Tables탭에서 보이는 Table Name있는 이름이 kudu table meta data를 저장하는 테이블에 동일하게 저장되어 있는지 확인해 봐야 한다.

(테이블 정보는 hive.TBLS에 저정되며 select * from HIVE.TBLS where tbl_name = 'table명 으로 찾을 수 있고 tbl_id가 1234인 경우 kudu 테이블의 meta data는 select * from HIVE.TABLE_PARMS where tbl_id =1234로 검색해 볼수 있다.)

특히 meta data를 저장하는 RDBMS의 이관이나 변경등이 발생할때는 전후 건수 체크를 통해서 누락되지 않도록 하는 조치가 필요해 보인다. 

번호 제목 날짜 조회 수
123 small file 한개 파일로 만들기(text file 혹은 parquet file의 테이블) 2022.07.04 570
122 Query 1234:1234 expired due to client inactivity(timeout is 5m)및 invalid query handle 2022.06.10 652
121 "bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')])" 오류는 CA인증을 하지 못해서 발생함 2022.05.13 478
120 [TLS/SSL]Kudu Tablet Server설정 2022.05.13 314
119 [TLS/SSL]Kudu Master 설정하기 2022.05.13 182
118 [TLS/SSL]Cloudera CDH6.3.4기준 Hue TLS설정 항목 2022.05.13 678
117 [Hue]Hue의 메타정보를 담고 있는 desktop_document테이블과 desktop_document2의 관계 2022.05.09 695
116 [hive] hive.tbls테이블의 owner컬럼값은 hadoop.security.auth_to_local에 의해서 filtering된다. 2022.04.14 178
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 505
113 [TLS]TLS용 사설 인증서 변경 혹은 신규 지정시 No trusted certificate found 오류 발생시 확인및 조치사항 2022.03.15 654
112 service name방식의 oracle을 메타정보 저장소로 사용할때 Hue Configuration설정하는 방법 2022.02.12 225
111 kudu rebalance수행 command예시 2022.01.17 228
110 Kudu tablet이 FAILED일때 원인 확인 방법 2022.01.17 570
109 Failed to write to server: (no server available): 2022.01.17 777
108 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 544
107 not leader of this config: current role FOLLOWER 오류 발생시 확인방법 2022.01.17 764
» kudu 테이블 metadata강제 삭제시 발생하는 오류 메세지 2022.01.12 591
105 hue.axes_accessattempt테이블의 username컬럼에 NULL 혹은 space가 들어갈수도 있음. 2021.11.03 3063
104 Query Status: Sender xxx.xxx.xxx.xxx timed out waiting for receiver fragment instance: 1234:cdsf, dest node: 10 의 오류 원인및 대응방안 2021.11.03 396
위로