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'
roles:
- common
\ No newline at end of file
- common
- hadoop-common
\ No newline at end of file
......@@ -4,4 +4,4 @@
roles:
- common
- hadoop
- hadoop-common
---
- name: deploy HDFS on single node
- name: deploy a namenode for a HDFS cluster
hosts: 'namenode'
roles:
- common
- hadoop
\ No newline at end of file
- hadoop-common
\ No newline at end of file
Vagrant.configure("2") do |config|
config.vm.define "namenode" do |namenode|
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