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
310 B
YAML

---
- name: Install the mapred-site config file for the mapreduce tasktracker
template: src=templates/mapred-site-tasktracker.xml.j2 dest=/etc/hadoop/conf/mapred-site.xml owner=root group=root mode=0444
notify:
- Restart mapreduce tasktracker
tags:
- hadoop
- tasktracker
- mapred_conf