Skip to main content

Apache Impala

:::info Required extra This connection requires the impala extra. See Installation. :::

Run checks against an Apache Impala cluster.

Server

servers:
- server: impala
type: impala
host: my-impala-host
port: 443
database: my_database # optional default database

Environment variables

VariableExampleDescription
DATACONTRACT_IMPALA_USERNAMEanalytics_userUsername
DATACONTRACT_IMPALA_PASSWORDmysecretpasswordPassword
DATACONTRACT_IMPALA_USE_SSLtrueWhether to use SSL (defaults to true)
DATACONTRACT_IMPALA_AUTH_MECHANISMLDAPAuthentication mechanism (defaults to LDAP)
DATACONTRACT_IMPALA_USE_HTTP_TRANSPORTtrueWhether to use HTTP transport (defaults to true)
DATACONTRACT_IMPALA_HTTP_PATHcliserviceHTTP path for the Impala service (defaults to cliservice)