We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eeca04 commit 4b24a04Copy full SHA for 4b24a04
roles/hadoop/tasks/test-mapreduce.yaml
@@ -6,7 +6,7 @@
6
7
- name: shutdown active resource manager service
8
tags: test
9
- shell: service hadoop-hdfs-namenode stop; sleep 1
+ shell: service hadoop-yarn-resourcemanager stop; sleep 1
10
when: groups['yarnresourcemanager']|count > 1 and ha_state is defined and ha_state.stdout.find('active') != -1
11
12
- name: test mapreduce
0 commit comments