Running Data Fabric Services as the Root User
Procedure
-
Stop Warden:
service mapr-warden stop
-
If ZooKeeper is installed on the node, stop it:
service mapr-zookeeper stop
-
Run the script
$INSTALL_DIR/server/config-mapr-user.sh -u root
-
If ZooKeeper is installed, start it:
service mapr-zookeeper start
-
Start Warden:
service mapr-warden start