메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


oozie admin -oozie http://123.123.123.123:11000/oozie -status 를 수행시 kerberos환경에서는 아래와 같은 오류가 발생할 수 있는데 이때는 oozie서버의 주소를 ip가 아닌 도메인으로 지정해 줘야한다. 즉 oozie admin -oozie http://oozieserver.gooper.com:11000/oozie -status 형태로 수행해줘야 오류가 발생하지 않는다. 아마도 principal 생성시 ip가 아닌 도메인으로 지정해서 생성해서 인 거 같다. 


*오류 내용

Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credentials provided (mechanism level: Server not found in Kerberos database (7) - LOOKING_UP_SERVER)

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로