Page History
...
An existing RED metadata repository to associate with the Azkaban Scheduler (only one Azkaban Web Server Scheduler per RED repository is permitted.)
A PostgreSQL-compatible database for the Azkaban metadata. You can also create one with the installation wizard.
Note icon false title Note The database name must be in lowercase only and not contain any special characters that would require surrounding it with double quotes (") in queries.
RED and Azkaban metadata can coexist in the same database as they use different schemas, ‘red’ and ‘white’ respectively. Still, in production environments, it is recommended to keep them in separate databases for performance and administrative reasons.
PostgreSQL tools installed (psql, pg_dump, pg_restore)
- Azkaban Web and Executor Servers require Java, only Open JDK 11 JRE is supported and tested. On windows installs the JRE within the RED install directory is used automatically but on Linux you will need to install the JRE yourself.
...