메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


oozie서버가 설치된 node에서 11000번 포트로 접근시 정상적인 경우는 ID/PW를 묻지 않는다. 그런데 ID/PW를 입력하라는 팝업창이 뜨는 경우가 있는데 이경우는 ext-2.2를 제대로 ionstall하지 않아서 발생하는 문제이다.

확인하는 방법은 다음의 명령을 실행해보는것이다. 

1. oozie 사용자로 전환

  sudo -su oozie

2. kerberos환경이라면 kinit수행

  kinit -kt /run/cloudera-scm-agent/process/615-oozie-OOZIE_SERVER/oozie.keytab


3. oozie정상 수행여부 확인

  oozie admin -oozie http://oozieserver.gooper.com:11000/oozie -status

  -> System mode: NORMAL


 curl -k --negotiate -u : http://oozieserver.gooper.com:11000/oozie/versions

 ->[0,1,2]


  curl -k --negotiate -u : http://oozieserver.gooper.com:11000/oozie

이명령을 수행하면 oozie web ui 첫 화면의 html 소스가 보일것이다.

여기서 ext-2.2가 설치되지 않은 경우는 "Oozie web console is disabled. To enable Oozie web console install the Ext JS library" 라는 안내 문구가 보일것이다.

이때는 ext2-2라이브러리를 다운받아 /var/lib/oozie밑에 압축풀어주고 oozie서비스를 restart해주면 된다. 



번호 제목 날짜 조회 수
672 HDFS 파일및 디렉토리 생성시 생성방법에 따라 권한이 다르게 부여된다. 2022.05.30 4801
671 [Cloudera Agent] Metadata-Plugin throttling_logger INFO (713 skipped) Unable to send data to nav server. Will try again. 2022.05.16 4611
670 "bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')])" 오류는 CA인증을 하지 못해서 발생함 2022.05.13 4424
669 [TLS/SSL]Kudu Tablet Server설정 2022.05.13 4285
668 [TLS/SSL]Kudu Master 설정하기 2022.05.13 4373
667 [TLS/SSL]Cloudera 6.3.4기준 Oozie Web UI TLS설정 항목및 설정값 2022.05.13 4498
666 [TLS/SSL]Cloudera CDH6.3.4기준 Hue TLS설정 항목 2022.05.13 4910
665 [HIVESERVER2]프로세스의 thread및 stack trace를 덤프하는 방법(pstack, jstack) 2022.05.11 4386
664 [Hue]Hue의 메타정보를 담고 있는 desktop_document테이블과 desktop_document2의 관계 2022.05.09 5333
663 Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server 2022.05.02 4688
» oozie webui접근시 id/pw를 물어보는 Windows보안 팝업창이 뜰때 확인/조치방법 2022.05.02 4676
661 [개발] 온라인 IDE - 개발 환경 구축 없어 어디서나 웹브라우저로 개발하기 2022.05.02 4286
660 [bitbucket] 2022년 3월 2일 부터 git 작업시 기존에 사용하던 비빌번호를 사용할 수 없도록 변경되었다. 2022.04.30 4810
659 주문히스토리 조회 2022.04.30 2711
658 주문 생성 데이터 예시 2022.04.30 2891
657 restaurant-controller,에서 등록 예시 2022.04.30 2227
656 Could not authenticate, GSSException: No valid credentials provided (Mechanism level: Failed to find any kerberos tgt) 2022.04.28 4425
655 [oracle]10자리 timestamp값을 날짜로 변환하는 방법 2022.04.14 2246
654 [hive] hive.tbls테이블의 owner컬럼값은 hadoop.security.auth_to_local에 의해서 filtering된다. 2022.04.14 3359
653 collection생성혹은 collection조회시 Plugin init failure for [schema.xml] fieldType "pdate": Error loading class 'solr.IntField' 오류 조치사항 2022.04.07 4155
위로