Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Tag fixes. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Mar 18, 2014
1 parent 48b19a3 commit 6a2577b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- common
- { role: postfix_mandrill, when: notify_email is defined and postfix_domain is defined and mandrill_username is defined and mandrill_api_key is defined }
- ganglia_monitor
- {role: oracle_jdk, when: jdk_installed is not defined }
- { role: oracle_jdk, when: jdk_installed is not defined }

- hosts: 2_links_aggregated
user: ansibler
Expand Down Expand Up @@ -76,6 +76,7 @@
tags:
- hadoop
- hbase
- hive
- name: format the namenode - WILL NOT FORMAT IF /data/dfs/nn/current/VERSION EXISTS TO AVOID DATA LOSS
command: creates=/data/dfs/nn/current/VERSION hdfs namenode -format -force
tags:
Expand All @@ -100,11 +101,13 @@
tags:
- hadoop
- hbase
- hive
- name: create the /data/dfs/nn directory
file: path=/data/dfs/nn owner=hdfs group=hdfs state=directory
tags:
- hadoop
- hbase
- hive
- name: bootstrap the standby namenode
shell: creates=/data/dfs/nn/.bootstrapped hdfs namenode -bootstrapStandby && touch /data/dfs/nn/.bootstrapped
tags:
Expand Down

0 comments on commit 6a2577b

Please sign in to comment.