From 40b827e69fe309c6b4c067cb9ddb8df24f9f105f Mon Sep 17 00:00:00 2001 From: rdecoupe <remy.decoupes@inrae.fr> Date: Wed, 19 Feb 2020 15:23:13 +0100 Subject: [PATCH] Edit readme following Rodrique's reviews --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31d41e7..1aa3ed5 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac ``` if you did not edit your cluster settings since you have git pulled, you may want to use this default settings: ```shell + 10.0.0.9 aidmoit-geonetwork 10.0.0.10 namenode 10.0.0.11 datanode1 10.0.0.12 datanode2 @@ -110,7 +111,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac ```shell sudo su hadoop cd /usr/local/hadoop/bin/ - hdfs namenode -format + ./hdfs namenode -format ``` 6. Start HDFS deamon on your cluser * ssh on namenode @@ -122,7 +123,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac 7. Verify your cluster is up: * on your own device, use a webbrowser * go on [IP-of-your-namenode]:9870 - if default : http://10.0.0.10:9870 + if default : http://10.0.0.10:9870 or http://namenode:9870 ## Deploy cluster HDFS on servers work in progress @@ -134,7 +135,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac ```shell vagrant up ``` -3. On your own computer, using a webrowser, go on http://10.0.0.9:8080/geonetwork (if IP address as default) +3. On your own computer, using a webrowser, go on http://10.0.0.9:8080/geonetwork (if IP address as default) or on http://aidmoit-geonetwork:8080/geonetwork ## GeoNetwork On server work in progress @@ -142,7 +143,7 @@ work in progress ## License  -**Aidmoit's Collect** is free software: you can redistribute it and/or modify +**Aidmoit's ansible deployment** is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -- GitLab