dss: DSS supervisor is not running
rafael_rosado97
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 61 Partner
I want to check Dataiku status running ./dss status command and it returns: dss: DSS supervisor is not running
Dataiku is working fine without any problem but the command is not working.
I validated my data dir and it is right where I am running it.
Do you know the reason why it is ocurring?
Thank you!!
Operating system used: Linux
Tagged:
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
"DSS supervisor is not running" doesn't mean DSS is not running. It means the supervisord process which looks after the DSS processes is not running. Have a look at the ./run/supervisord.log to see what the problem with the supervisord process was or do "dss restart" to restart all processes.