Details
Description
For RPMs the chkconfig levels init scripts and for Debs the LSB info (Required, Default, etc) need to be updated to reflect the correct service dependencies (eg HBase depends on HDFS).
Otherwise you get issues as discussed on cdh-user (https://groups.google.com/a/cloudera.org/group/cdh-user/browse_thread/thread/4237bc6a7407ca7f#) eg the HBase master dies at boot because it's launched before Hadoop is available in pseudo-standalone mode.