Skip to content
Advertisement

Tag: cluster-computing

install python packages using init scripts in a databricks cluster

I have installed the databricks cli tool by running the following command pip install databricks-cli using the appropriate version of pip for your Python installation. If you are using Python 3, run pip3. Then by creating a PAT (personal-access token in Databricks) I run the following .sh bash script: python_dependencies.sh script I use the above script to install python libraries

How to restart if NodeJS API service failed?

I’ve the similar NodeJS code: cluster.js As you can see in the above code I’m using NodeJS Manual cluster method instead of PM2 cluster, because I need to monitor my API via Prometheus. I’m usually starting the cluster.js via pm2 start cluster.js, however due to some DB connection our app.js service failed but cluster.js didn’t. It apparently looks like I’ve

Advertisement