Configure Impala Connector

Impala Connector

Enable the Impala Connector

Make sure to enable the Impala Connector along with the Impala Agent.

Bash
Copy

Enable the Impala Runtime Metrics

You can follow the steps to enable the Impala runtime metrics dynamically.

  1. Run the following command.
Bash
Copy
  1. Add ENABLE_RUNNING_IMPALA_METRICS=true in /data01/acceldata/config/docker/addons/ad-impala-connector.yml.
Bash
Copy
  1. Run the following command to restart the Impala Connector.
Bash
Copy

How can I increase memory for a Java application running in a container?

You can increase the memory available to a Java application by setting appropriate JVM options (JAVA_OPTS). When running inside containers (Docker/Kubernetes), Java respects container limits and can be tuned using RAM percentage–based flags.

JAVAOPTS=-JAVA OPTS=-Xms20g -Xmx25g -XX:+UseContainerSupport

This configures the JVM heap as a percentage of the container’s memory limit instead of a fixed -Xmx values, which is the recommended approach for containerized workloads.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard