Compute options
Databricks
Prometheux integrates with Databricks in two ways — as a native application in your workspace, or by installing the engine directly on your clusters.Self-managed clusters
Prometheux can run on your own compute infrastructure using Apache Spark as the execution layer. This suits organisations that require full control over their cluster, networking, and storage.Supported cluster managers
- Yarn — supports both client mode (the driver resides on the client machine and submits the program to the Yarn Resource Manager) and cluster mode (the driver runs inside the cluster on the application master node).
- Kubernetes — supports client mode (the driver runs outside the cluster and schedules executor pods via the API Server) and cluster mode (the driver runs inside a pod on a worker node).
- Local mode — the driver, master, and executor run in a single JVM on the workstation. Useful for development and testing.
Tuning Spark resources
Compute behaviour is controlled through Spark configuration. A few of the most common properties:
For the full set of Spark, database, GPU (Spark-RAPIDS), and Livy properties, see
the Cluster installation guide.

