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.

18 lines
401 B
YAML

---
- name: Install the mapred tasktracker
apt: pkg={{ item }} state={{ hadoop_pkg_state }}
with_items:
- hadoop-0.20-mapreduce
- hadoop-0.20-mapreduce-tasktracker
tags:
- tasktracker
- mapred
- name: Install non hadoop packages needed by some hadoop jobs
apt: pkg={{ item }} state={{ hadoop_pkg_state }}
with_items:
- python-apsw
tags:
- tasktracker
- mapred