ansible-role-hadoop-cdh/tasks/spark2.yml

9 lines
266 B
YAML
Raw Permalink Normal View History

2020-07-21 16:33:40 +02:00
---
- block:
- name: Download the Spark2 jar file
get_url: url={{ cdh_spark2_csd_url }} dest={{ cdh_csd_directory }} owner=cloudera-scm group=cloudera-scm
notify: Restart cloudera-scm-server
when: cdh_spark2_enabled
2020-07-30 15:19:19 +02:00
tags: [ 'cdh', 'hadoop', 'spark' ]