Name: ssswitch Editor: Sam Version: v1.1
This tool is used to turn on or off the superset.
- Configure the IP_ADDRESS of your superset
vi ssswitch
IP_ADDRESS="x.x.x.x"
- Configure the PORT of your service.
vi ssswitch
PORT="xxxx"
- Activate the superset env
conda activate <your superset env>
- Grant X mode to this file
chmod +x ssswitch
- start
ssswitch start
- stop
ssswitch stop
- restart
ssswitch restart
- status
ssswitch status