@@ -19,9 +19,12 @@ Follow the instructions from [Post-installation steps for Linux](https://docs.do
19
19
```
20
20
- Run the following script
21
21
```
22
- . ./restart-all.sh
22
+ # Here, N = number of slave nodes to create (default value is 3).
23
+ . ./restart-all.sh N
24
+
23
25
```
24
26
27
+
25
28
## After Starting Hadoop System
26
29
27
30
The [ hadoop-services.sh] ( scripts/hadoop-services.sh ) is running following commands after starting Hadoop Multi-Node Cluster -
@@ -59,15 +62,15 @@ The [hadoop-services.sh](scripts/hadoop-services.sh) is running following comman
59
62
60
63
- (Optional) Hadoop MRBENCH Test
61
64
62
- # Web UI
63
65
64
- - NameNode can be accessed on host machine browser at [ http://HOST-OS-IP:8088/ ] ( http://0.0.0.0:8088/ )
66
+ ## Web UI
65
67
66
- - Resource Manager can be accessed on host machine browser at [ http://HOST-OS- IP:50070 / ] ( http://0.0.0.0:50070 / )
68
+ - NameNode can be accessed on browser at [ http://CONTAINER- IP:8088 / ] ( http://0.0.0.0:8088 / )
67
69
68
- - Secondary NameNode can be accessed on host machine browser at [ http://HOST-OS-IP:50090/ ] ( http://0.0.0.0:50090/ )
70
+ - Resource Manager can be accessed on browser at [ http://CONTAINER-IP:50070/ ] ( http://0.0.0.0:50070/ )
71
+
72
+ - Secondary can be accessed on browser at [ http://CONTAINER-IP:50090/ ] ( http://0.0.0.0:50090/ )
69
73
70
- - DataNode can be accessed on host machine browser at [ http://HOST-OS-IP:50075/ ] ( http://0.0.0.0:50075/ )
71
74
72
75
## Tools
73
76
```
@@ -77,11 +80,12 @@ Eclipse IDE for Java EE Developers Oxygen (4.7.0)
77
80
Eclipse Docker Tooling 3.1.0
78
81
```
79
82
80
- # Configuration References
81
- - [ Apache Hadoop 2.7.2 docs] ( https://hadoop.apache.org/docs/r2.7.2/ )
82
- - [ core-default.xml] ( https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-common/core-default.xml )
83
- - [ hdfs-default.xml] ( https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml )
84
- - [ mapred-default.xml] ( https://hadoop.apache.org/docs/r2.7.2/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml )
85
- - [ yarn-default.xml] ( https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-common/yarn-default.xml )
86
- - [ DeprecatedProperties.html] ( https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-common/DeprecatedProperties.html )
83
+
84
+ ## Configuration References
85
+ - [ Apache Hadoop 2.7.3 docs] ( https://hadoop.apache.org/docs/r2.7.3/ )
86
+ - [ core-default.xml] ( https://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-common/core-default.xml )
87
+ - [ hdfs-default.xml] ( https://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml )
88
+ - [ mapred-default.xml] ( https://hadoop.apache.org/docs/r2.7.3/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml )
89
+ - [ yarn-default.xml] ( https://hadoop.apache.org/docs/r2.7.3/hadoop-yarn/hadoop-yarn-common/yarn-default.xml )
90
+ - [ DeprecatedProperties.html] ( https://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-common/DeprecatedProperties.html )
87
91
0 commit comments