You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
191 B
YAML

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