Commit 97b93972 authored by Decoupes Remy's avatar Decoupes Remy
Browse files

Change tree for hadoop common

No related merge requests found
Showing with 8 additions and 5 deletions
+8 -5
--- ---
- name: deploy HDFS on single node - name: deploy a datanode for a HDFS cluster
hosts: 'all' hosts: 'all'
roles: roles:
- common - common
\ No newline at end of file - hadoop-common
\ No newline at end of file
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
roles: roles:
- common - common
- hadoop - hadoop-common
--- ---
- name: deploy HDFS on single node - name: deploy a namenode for a HDFS cluster
hosts: 'namenode' hosts: 'namenode'
roles: roles:
- common - common
- hadoop - hadoop-common
\ No newline at end of file \ No newline at end of file
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.define "namenode" do |namenode| config.vm.define "namenode" do |namenode|
namenode.vm.box = "generic/debian10" namenode.vm.box = "generic/debian10"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment