You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/hadoop/roles/hadoop_slaves/handlers/main.yml

8 lines
206 B

---
# Handlers for the hadoop slave services
- name: restart hadoop slave services
service: name=${item} state=restarted
with_items:
- hadoop-0.20-mapreduce-tasktracker
- hadoop-hdfs-datanode