메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


*hue db에서 "test_user"가 가지고 있는 모든 workflow및 directory

select a.id, a.owner_id, b.username, a.name, a.uuid, a.type, a.is_hisotry from hue.desktop_document2 a, hue.auth_user b

where b.username='test_user' and a.owner_id=b.id and a.type in ('oozie-workflow2', 'directory') order by a.last_modified desc;


<쿼리 결과 예시>

id        owner_id   username    name    uuid                                                      type                  is_history

546371 1101125    test_user                5b8f6e0d-9da4-4e72-9dcb-21be68c22ad0     directory            0

546372 1101125    test_user     .Trasht   3fdfsf6e0-dhda4-ef72-ssdb-43be68c32ad0    directory             0

546373 1101125    test_user     wf_test   5b8f6e0d-9da4-1e72-9dcb-21be68c22ad0    oozie-workflow2   0

546374 1101125    test_user     wf_test   7b8fdsff3f-35a4-2e72-9dcb-21be68c22ad0   oozie-workflow2    1

546375 1101125    test_user     wf_test   8b8fsdfsdf-bghj-4e73-78cb-309beds822ff0   oozie-workflow2    1





번호 제목 날짜 조회 수
601 hadoop cluster구성된 노드를 확인시 Capacity를 보면 색이 붉은색으로 표시되어 있는 경우나 Unhealthy인 경우 처리방법 2017.08.30 233
600 https용 인증서 발급 명령문 예시및 오류 메세지 2018.01.24 233
599 HAX is not working and emulator runs in emulation mode 메세지가 나오는 경우 file 2015.05.25 235
598 운영중인 상태에서 kafka topic삭제하고 재생성하여 처리되지 않은 메세지 모두 삭제하기 2016.10.24 235
597 [Ranger]계정에 admin권한(grant, create등)의 권한 부여 방법 2023.04.18 235
596 test333 2017.05.01 236
595 php auction 프로그램 2017.05.14 236
594 Ubuntu에서 sbt및 scala설치하기 2017.06.20 236
593 drools를 이용한 로그,rule matching등의 테스트 java프로그램 file 2016.07.21 237
592 센서테스트 file 2015.05.25 238
591 sparql에서 concat에제 2015.11.27 238
590 halyard 1.3의 console을 이용하여 100억건의 데이타에 대한 쿼리수행시 ScannerTimeoutException 발생시 조치사항 2017.09.06 241
589 [PHP7.0]로그파일 위치 2017.05.07 243
588 bin/cassandra -f -R로 startup할때 NullPointerException오류가 나면 조치할 내용 2016.04.14 244
587 Lagom에서 제공하는 Maven을 이용한 Hello프로젝트 자동생성 및 실행 2018.01.19 245
586 에러 추적(Error Tracking) 및 로그 취합(logging aggregation) 시스템인 Sentry 설치 2018.03.14 245
585 jar파일의 dependency찾는 프로그램 2016.08.11 246
584 git 초기화(Windows에서 Git Bash사용) 2016.11.17 246
583 solrcloud에 solrdf1.1설치하고 테스트 하기 2016.04.22 248
582 magento2 2.1.3을 수동으로 설치하는 방법 2017.02.01 248
위로