apache - Does cloudera distribution of hadoop use the control scripts? -
are control scripts (start-dfs.sh , start-mapred.sh) used cdh start daemons on distributed cluster? downloaded , installed cdh5, not see control scripts in installation, , wondering how cdh start daemons on slave nodes?
or since daemons installed services, start system start-up. hence there no need control scripts in cdh unlike apache hadoop.
not such, no. if recall correctly, cloudera manager invokes daemons using supervisor (http://supervisord.org/). so, manage services in cm. cm runs agent processes service on each node, , can find start script in /etc/init.d
. there no need install or start or stop anything. install, deploy config, control , monitor servies in cm.
Comments
Post a Comment