Configuring the Pulse Services
Impala Connector
Enable the Impala Connector
Make sure to enable the Impala Connector along with the Impala Agent.
accelo deploy addons? Select the components you would like to install: [Use arrows to move, space to select, <right> to all, <left> to none, type to filter] [x] Facelift UI [ ] HA GraphQL [x] HYDRA> [x] Impala Connector [ ] Kafka 0.10.2 Connector [x] Kafka Connector [ ] LDAPEnable the Impala Runtime Metrics
You can follow the steps to enable the Impala runtime metrics dynamically.
- Run the following command.
accelo admin makeconfig ad-impala-connector- Add
ENABLE_RUNNING_IMPALA_METRICS=truein/data01/acceldata/config/docker/addons/ad-impala-connector.yml.
version: "2"services: ad-impala-connector: image: ad-impala-connector container_name: "" environment: - MONGO_URI=ZN4v8cuUTXYvdnDJIDp+R8Z+ZsVXXjv8zDOvh8UwQXqyScAm+LrS8Y9EWT8A8/30 - MONGO_ENCRYPTED=true - MONGO_SECRET=Ah+MqxeIjflxE8u+/wcqWA== - KRB5_CONF_LOCATION=/krb/security/krb5.conf - JAAS_LOGIN_CONF_LOCATION=/krb/security/krb5JAASLogin.conf - KERBEROS_ENABLED=true - ENABLE_RUNNING_IMPALA_METRICS=true volumes: - /etc/localtime:/etc/localtime:ro - /etc/hosts:/etc/hosts:ro - /data01/acceldata/config/krb/security:/krb/security ulimits: {} ports: [] depends_on: [] opts: {} restart: "" extra_hosts: [] network_alias: []label: Impala Connector- Run the following command to restart the Impala Connector.
accelo restart ad-impala-connectorWas this page helpful?