Skip to content

Commit

Permalink
HDFS: Use newer syntax for command: ... creates: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed May 27, 2019
1 parent aa123da commit f5cb456
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
- namenode
command:
hdfs namenode -format
creates="/var/lib/hadoop-hdfs/cache/hdfs/dfs/name/current/VERSION"
args:
creates: "/var/lib/hadoop-hdfs/cache/hdfs/dfs/name/current/VERSION"
become: yes
become_user: hdfs

Expand Down

0 comments on commit f5cb456

Please sign in to comment.