Created on 02-23-2017 06:16 PM - edited 09-16-2022 04:08 AM
using 2.4 sandbox how can i disable components from startup? Some are listed in chkconfig (zepplin, hbase), but others are not. A general question...where is the startup script during boot? Thanks.
Created 02-23-2017 06:49 PM
This is something you are looking for : /usr/lib/hue/tools/start_scripts/start.sh
Created 02-23-2017 06:52 PM
Is that the official sandbox start script? I see it says it starts HBase in there, but in fact hbase isn't started by default ( i had to change it with chkconfig hbase-starter). Where is spark?
Created 02-23-2017 07:12 PM
Here is the one : /usr/lib/hue/tools/start_scripts/start_deps.mf
Sandbox kicks off : /root/start_scripts/start_sandbox.sh (which has all the docker commands)
Edit : This is for HDP2.5 sandbox
Created 02-23-2017 09:21 PM
Sorry I'm on 2.4. Looking. Also why are these in a "hue" folder...confusing..