Enabling BigQuery after Dataproc installation
Configure the key and certificate.
<Unravel installation directory>
/unravel/manager config tls set/path/to/key.pem
/path/to/certificate.pem
/path/to/intermediate.pem
Enable TLS to enable the BigQuery for the Push model.
<Unravel installation directory>
/unravel/manager config tls enableFor more information about enabling TLS, see Enable TLS for Unravel.
Enable BigQuery.
<Unravel installation directory>
/unravel/manager config bigquery enable(Optional) Do one of the following to change an existing mode of data collection.
To set to Pull method run the following command:
manager config bigquery set-mode pull
To set to Push method run the following command and then set the LR endpoint
manager config bigquery set-mode push
<Unravel installation directory>
/unravel/manager config bigquery set-lr-endpoint<hostname><port>
Stop Unravel, apply the changes and start Unravel.
<Unravel installation directory>
/unravel/manager stop then config apply then startVerify the changes.
<Unravel installation directory>
/unravel/manager config bigquery showBigQuery is enabled on Dataproc.
You can now configure the BigQuery projects that you want to be monitored by Unravel.