Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a2577b

Browse files
committed
Tag fixes. [ci skip]
1 parent 48b19a3 commit 6a2577b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- common
1515
- { role: postfix_mandrill, when: notify_email is defined and postfix_domain is defined and mandrill_username is defined and mandrill_api_key is defined }
1616
- ganglia_monitor
17-
- {role: oracle_jdk, when: jdk_installed is not defined }
17+
- { role: oracle_jdk, when: jdk_installed is not defined }
1818

1919
- hosts: 2_links_aggregated
2020
user: ansibler
@@ -76,6 +76,7 @@
7676
tags:
7777
- hadoop
7878
- hbase
79+
- hive
7980
- name: format the namenode - WILL NOT FORMAT IF /data/dfs/nn/current/VERSION EXISTS TO AVOID DATA LOSS
8081
command: creates=/data/dfs/nn/current/VERSION hdfs namenode -format -force
8182
tags:
@@ -100,11 +101,13 @@
100101
tags:
101102
- hadoop
102103
- hbase
104+
- hive
103105
- name: create the /data/dfs/nn directory
104106
file: path=/data/dfs/nn owner=hdfs group=hdfs state=directory
105107
tags:
106108
- hadoop
107109
- hbase
110+
- hive
108111
- name: bootstrap the standby namenode
109112
shell: creates=/data/dfs/nn/.bootstrapped hdfs namenode -bootstrapStandby && touch /data/dfs/nn/.bootstrapped
110113
tags:

0 commit comments

Comments
 (0)