You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/scale_hdfs/README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ Role Definition
6
6
- It allows computers connected to the same network or domain to access files from other local computers as easily as if they
7
7
were on the computer's local hard drive.
8
8
9
+
OS/Arch Support:
10
+
---------------------------
11
+
- Arch :
12
+
-1: x86
13
+
-2: PowerLe
14
+
- OS :
15
+
-1: RHEL7
16
+
-2: RHEL8
17
+
9
18
Prerequisite
10
19
----------------------------
11
20
- CES should be enabled and configured.
@@ -61,11 +70,11 @@ Implementation
61
70
- If ‘scale_install_repository_url’ is undefined and ‘scale_install_remotepkg_path’ is defined, then the installation method is remote.
62
71
- If ‘scale_install_repository_url’ is undefined and ‘scale_install_remotepkg_path’ is undefined and ‘scale_install_localpkg_path’ is defined, then the installation method is local.
63
72
- Depending on the installation method, appropriate playbook is called for collecting the rpms and rpms are installed on all the nodes on which hdfs is enabled.
64
-
73
+
65
74
-`Cluster`
66
75
- This role setup all hdfs required configurations.
67
76
- To enable hdfs protocol, we run command `mmces service enable hdfs` on all the nodes where hdfs is enabled.
68
-
77
+
69
78
-`Postcheck`
70
79
- This role verify namenodes and datanodes status.
71
80
- This role uses command `mmces service list` to check if hdfs service is up and running.
0 commit comments