HA 하둡을 설정할 때 ZKFC를 실행할 때 이런 오류가 발생하는 경우가 있습니다.
2022-04-13 05:22:29,204 ERROR org.apache.hadoop.ha.ZKFailoverController (main): Unable to start failover controller. Parent znode does not exist.
Run with -formatZK flag to initialize ZooKeeper.
이때는 zkfc를 포맷하면 됩니다. 다음 명령을 실행합니다.
hdfs zkfc -formatZK
반응형