eubnara / dockerize-ambari

Let's run Ambari using docker compose. (feat. FreeIPA)
8 stars 1 forks source link

disable kerberos replay cache #15

Closed eubnara closed 7 months ago

eubnara commented 7 months ago

-Dsun.security.krb5.rcache=none hadoop-env, yarn-env 등에 추가하기

공통적으로 들어가도록 hadoop-env 의 HADOOP_OPTS 에 추가

eubnara commented 7 months ago

아니면 reverse host lookup 시 올바르게 나오도록 docker compose 세팅 다시해야함.

eubnara commented 7 months ago

-Dsun.security.krb5.rcache=none 설정만으론 잘동작하지 않는다.

/etc/hosts 에 다음과 같이 모든 호스트에 직접 명시하니 잘 동작한다.

172.27.0.5      ambari-agent-1.example.com ambari-agent-1
172.27.0.2      ambari-agent-2.example.com ambari-agent-2
172.27.0.7      ambari-agent-3.example.com ambari-agent-3
eubnara commented 7 months ago

https://github.com/eubnara/dockerize-ambari/issues/16 로 문제해결. 나중에 필요시 다시 고려