Path: blob/main/docs/source/polars-on-premises/bare-metal/getting-started.md
7889 views
First of all, make sure to obtain a license for Polars on-premises by signing up here. You will receive a link to download our binary named polars-on-premises as well as a JSON-formatted license for running Polars on-premises.
Reading the license
The license can be read by running the following command:
Running the binary
The main entrypoint is as follows:
However, the service requires quite some configuration to get started. Below you can find an example scheduler and worker config, and you can find the full configuration reference here.
Configuration
The complete configuration reference can be found here.
Example scheduler config
Here is a cleaned-up example you can use after the reference tables. It keeps the scheduler single-purpose (no worker role) and turns on observability.
Example worker config
And the matching worker config. This example gives the worker a local shuffle path and enables observability.