Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
22 KiB
Default Users of Clusters with Kerberos Authentication Disabled
User Classification
The MRS cluster provides the following two types of users. Users are advised to periodically change the passwords. It is not recommended to use the default passwords.
User Type |
Description |
---|---|
System users |
User who runs OMS processes |
Database users |
|
System users

- User Idap of the OS is required in the MRS cluster. Do not delete this account. Otherwise, the cluster may not work properly. Password management policies are maintained by the operation users.
- Reset the passwords when you change the passwords of user ommdba and user omm for the first time. Change the passwords periodically after retrieving them.
User Group Information
Default User Group |
Description |
---|---|
supergroup |
Primary group of user admin, which has no additional permissions in the cluster with Kerberos authentication disabled. |
check_sec_ldap |
Used to test whether the active LDAP works properly. This user group is generated randomly in a test and automatically deleted after the test is complete. which is an internal system user group used only between components. |
Manager_tenant |
Tenant system user group, which is an internal system user group used only between components. It is used only in clusters with Kerberos authentication enabled. |
System_administrator |
MRS cluster system administrator group, which is an internal system user group used only between components. It is used only in clusters with Kerberos authentication enabled. |
Manager_viewer |
MRS Manager system viewer group, which is an internal system user group used only between components. It is used only in clusters with Kerberos authentication enabled. |
Manager_operator |
MRS Manager system operator group, which is an internal system user group used only between components. It is used only in clusters with Kerberos authentication enabled. |
Manager_auditor |
MRS Manager system auditor group, which is an internal system user group used only between components. It is used only in clusters with Kerberos authentication enabled. |
Manager_administrator |
MRS Manager system administrator group, which is an internal system user group used only between components. It is used only in clusters with Kerberos authentication enabled. |
compcommon |
MRS cluster internal group, used to access public resources in the cluster. All system users and system running users are added to this user group by default. |
default_1000 |
User group created for tenants, which is an internal system user group used only between components. |
launcher-job |
MRS internal group, which is used to submit jobs using V2 APIs. |
OS User Group |
Description |
---|---|
wheel |
Primary group of MRS internal running user omm. |
ficommon |
MRS cluster common group that corresponds to compcommon for accessing public resource files stored in the OS of the cluster. |
Database users
MRS cluster system database users include OMS database users and DBService database users.
Operation |
Default User |
Initial Password |
Description |
---|---|---|---|
OMS database |
ommdba |
dbChangeMe@123456 |
OMS database administrator who performs maintenance operations, such as creating, starting, and stopping. |
omm |
ChangeMe@123456 |
User for accessing OMS database data |
|
DBService database |
omm |
dbserverAdmin@123 |
Administrator of the GaussDB database in the DBService component |
hive |
HiveUser@ |
User for Hive to connect to the DBService database |
|
hue |
HueUser@123 |
User for Hue to connect to the DBService database |
|
sqoop |
SqoopUser@ |
User for Loader to connect to the DBService database. |