cloudera.exe.prereq_query_processor_database role – Set up database and user accounts for Query Processor
Note
This role is part of the cloudera.exe collection (version 3.0.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it use: ansible-galaxy collection install cloudera.exe.
.
To use it in a playbook, specify: cloudera.exe.prereq_query_processor_database
.
Entry point main
– Set up database and user accounts for Query Processor
New in cloudera.exe 3.0.0
Synopsis
Set up the Hue Query Processor database and its associated user accounts, ensuring proper configuration for Query Processor operations.
Default values are used for the username, password, and database name, but these can be overwritten by setting the
query_processor_username
,query_processor_password
, andquery_processor_database
variables.
Parameters
Parameter |
Comments |
---|---|
The password for the database administrative user. |
|
The username with administrative privileges to manage the database. |
|
The hostname or IP address of the database server to establish the connection. |
|
Specifies the type of database to connect to (e.g., PostgreSQL, MySQL, Oracle). Choices:
|
|
The name of the database to be created for Query Processor. Default: |
|
The password for the Query Processor database user. Default: |
|
The username for the Query Processor database user and owner of the database. Default: |