hadoop-ansible/roles/hadoop_system_management/templates/dsh-namenodes.j2

4 lines
65 B
Plaintext
Raw Normal View History

{% for host in groups['hdfs_masters'] %}
{{ host }}
{% endfor %}