hadoop-ansible/roles/hadoop_init_nn_zkfc/tasks/main.yml

12 lines
191 B
YAML
Raw Normal View History

---
- name: Format zkfc
become: True
become_user: hdfs
command: hdfs zkfc -formatZK -force
notify:
- Restart hdfs zkfc
- Restart hdfs namenode
tags:
- hadoop
- hdfs