hadoop-ansible/roles/hbase_thrift/tasks/main.yml

15 lines
281 B
YAML

---
# We have the hbase_common and hbase_master_config as prerequisites
- name: Install the HBASE thrift packages
apt: pkg={{ item }} state={{ hadoop_pkg_state }}
with_items:
- hbase-thrift
notify:
- Start HBASE thrift
tags:
- hadoop
- hbase
- thrift