메뉴 건너뛰기

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

번호 제목 날짜 조회 수
610 magento2 샘플데이타 설치 2017.01.31 3070
609 바나나 파이의 /tmp폴더를 외장하드로 변경하기 2015.07.24 3072
608 kafka 0.9.0.1버젼의 producer와 kafka버젼이 0.10.0.1인 consumer가 서로 대화하는 모습 2016.08.18 3075
607 대표 오픈소스 라이선스, 한 눈에 보기! 2015.12.10 3078
606 format된 namenode를 다른 서버에서 다시 format했을때 오류내용 2016.09.22 3085
605 Ubuntu 16.04 LTS에 Hive 2.1.1설치하면서 "Version information not found in metastore"발생하는 오류원인및 조치사항 2017.05.03 3085
604 [jsoup]Jsoup Tutorial 2017.04.11 3101
603 spark 2.0.0의 api를 이용하는 예제 프로그램 2017.03.15 3108
602 Hive MetaStore Server기동시 Could not create "increment"/"table" value-generation container SEQUENCE_TABLE since autoCreate flags do not allow it. 오류발생시 조치사항 2017.05.03 3110
601 Flume을 이용한 데이타 수집시 HBase write 성능 튜닝 file 2016.10.31 3112
600 hadoop cluster구성된 노드를 확인시 Capacity를 보면 색이 붉은색으로 표시되어 있는 경우나 Unhealthy인 경우 처리방법 2017.08.30 3114
599 spark-sql실행시 ERROR log: Got exception: java.lang.NumberFormatException For input string: "2000ms" 오류발생시 조치사항 2016.06.09 3134
598 spark, kafka, mariadb, jena, springframework등을 이용하여 공통모듈을 jar로 만들기 위한 build.gradle파일(참고용) 2016.08.19 3139
597 java quartz 시간 설정 참고사항 2015.12.16 3146
596 [CDP7.1.7] oozie sqoop action으로 import혹은 export수행시 발생한 오류에 대한 자세한 로그 확인 하는 방법 2024.04.19 3146
595 hue메타 정보를 저장(oracle DB)하는 내부 테이블을 이용하여 전체 테이블목록, 전체 코디네이터 목록, 코디네이터기준 workflow구조를 추출하는 쿼리문 2022.04.01 3152
594 HDFS Balancer설정및 수행 2018.03.21 3165
593 HBase 설정 최적화하기(VCNC) file 2017.07.18 3166
592 ./hadoop-daemon.sh start namenode로 namenode기동시 EditLog의 custerId, namespaceId가 달라서 발생하는 오류 해결방법 2016.09.24 3172
591 select와 group by결과 값이 없는경우의 리턴 값이 다름 file 2016.02.05 3177
위로