I want to migrate my python scripts from local to run on cloud, specifically on a cluster created on Azure Databricks.
- Can pure python script run in parallel (using multiple nodes in a cluster at the same time) without having to be converted into pyspark?
- Is it possible to check whether the job is running in parallel?