메뉴 건너뛰기

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

번호 제목 날짜 조회 수
601 A Cluster의 HDFS 디렉토리및 파일을 사용자및 권한 유지 하여 다운 받아서 B Cluster에 넣기 2020.05.06 587
600 impala external 테이블 생성시 컬럼과 라인 구분자를 지정하여 테이블 생성하는 예시 2020.02.20 324
599 [Kerberos]Kerberos상태의 클러스터에 JDBC로 접근할때 케이스별 오류내용 2020.02.14 964
598 cloudera서비스 중지및 기동순서 2020.02.14 423
597 impala테이블 쿼리시 max_row_size 관련 오류가 발생할때 조치사항 2020.02.12 454
» hue.axes_accessattempt테이블 데이터 샘플 2020.02.10 325
595 hue.desktop_document2의 type의 종류 2020.02.10 776
594 hue db에서 사용자가 가지는 정보 확인 2020.02.10 1824
593 Cloudera의 CMS각 컴포넌트의 역할 2020.02.10 151
592 Namenode Metadata백업하는 방법 2020.02.10 529
591 cloudera의 hue에서 사용자가 사용한 쿼리 목록 2020.02.07 291
590 hive metadata(hive, impala, kudu 정보가 있음) 테이블에서 db, table, owner, location를 조회하는 쿼리 2020.02.07 586
589 쿠버네티스(k8s) 설치 및 클러스터 구성하기 2019.10.19 377
588 [kubernetes]우분투 Kubernetes 설치 방법 file 2019.07.24 1286
587 LAGOM 1.4 AND KUBERNETES ORCHESTRATION 2019.07.19 147
586 oozie WF에서 참고할만한 내용 2019.07.18 275
585 [shellscript] 함수에 배열을 인자로 주어서 처리하는 방법 2019.07.16 390
584 [shellscript]엑셀파일에서 여러줄에 존재하는 단어를 한줄의 문자열로 합치는 방법(comma로 구분) 2019.07.15 896
583 원격에 있는 git를 받은후 기존repository삭제후 새로운 리포지토리에 연결하여 소스 등록 2019.07.13 416
582 기준일자 이전의 hdfs 데이타를 지우는 shellscript 샘플 2019.06.14 555
위로