메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


*hue.axes_accessattempt테이블 데이터 확인

select id, uer_agent, ip_address, username, attempt_time, failures_since_start from hue.axes_accessattempt where username like '%test_user% order by attempt_time_desc;

(hue.axes_accessattempt에는 hue에서 입력한 id모두가 기록되어 카운트 된다.)


<결과 예시>

id    user_agent       ip_address      username   attempt_time             failures_since_start

15   Mozilla/5.0.......   xxx.xxx.xxx.xxx   test_user   2020-01-22 11:11:11   3

14   Mozilla/2.0.......   xxx.xxx.xxx.xxx   abc          2020-01-23 12:11:11   2

번호 제목 날짜 조회 수
147 Could not configure server becase SASL configuration did not allow the Zookeeper server to authenticate itself properly: javax.security.auth.login.LoginException: Checksum failed 2019.05.18 2870
146 하둡 클러스터 전체 노드를 다시 기동하면 invalidate metadata를 수행해야 데이터가 틀어지지 않는다. 2019.05.20 4221
145 hive테이블의 물리적인 위치인 HDFS에 여러개의 데이터 파일이 존재할때 한개의 파일로 merge하여 동일한 테이블에 입력하는 방법 2019.05.23 4701
144 kerberos설정된 상태의 spooldir->memory->hdfs로 저장하는 과정의 flume agent configuration구성 예시 2019.05.30 4189
143 source, sink를 직접 구현하여 사용하는 예시 2019.05.30 4129
142 기준일자 이전의 hdfs 데이타를 지우는 shellscript 샘플 2019.06.14 4705
141 oozie WF에서 참고할만한 내용 2019.07.18 4231
140 hive metadata(hive, impala, kudu 정보가 있음) 테이블에서 db, table, owner, location를 조회하는 쿼리 2020.02.07 4707
139 cloudera의 hue에서 사용자가 사용한 쿼리 목록 2020.02.07 3721
138 Namenode Metadata백업하는 방법 2020.02.10 3888
137 Cloudera의 CMS각 컴포넌트의 역할 2020.02.10 4390
136 hue db에서 사용자가 가지는 정보 확인 2020.02.10 4841
135 hue.desktop_document2의 type의 종류 2020.02.10 4483
» hue.axes_accessattempt테이블 데이터 샘플 2020.02.10 4312
133 impala테이블 쿼리시 max_row_size 관련 오류가 발생할때 조치사항 2020.02.12 3853
132 cloudera서비스 중지및 기동순서 2020.02.14 4204
131 [Kerberos]Kerberos상태의 클러스터에 JDBC로 접근할때 케이스별 오류내용 2020.02.14 7062
130 impala external 테이블 생성시 컬럼과 라인 구분자를 지정하여 테이블 생성하는 예시 2020.02.20 3851
129 A Cluster의 HDFS 디렉토리및 파일을 사용자및 권한 유지 하여 다운 받아서 B Cluster에 넣기 2020.05.06 3940
128 W/F수행후 Logs not available for 1. Aggregation may not to complete. 표시되며 로그내용이 보이지 않은 경우 2020.05.08 4961
위로