Updated on 2025-07-16 GMT+08:00

Accessing the Impala Web UI

You can view Impala job information on the Impala web UI. Impala web UIs are classified into the following types based on instances:

  • StateStore WebUI: used to manage nodes.
  • Catalog WebUI: used to view metadata.

Prerequisites

Impala has been installed in a cluster.

Accessing the StateStore Web UI

  1. Access Manager. For details, see Accessing FusionInsight Manager (MRS 3.x or Later).
  2. Choose Services > Impala.
  3. On the Dashboard page, click StateStore(Statestore) next to StateStore WebUI in the Basic Information area to open the StateStore web UI.

    Figure 1 StateStore WebUI

Accessing the Catalog Web UI

  1. Access Manager. For details, see Accessing FusionInsight Manager (MRS 3.x or Later).
  2. Choose Services > Impala.
  3. On the Dashboard page, click Catalog(Catalog) next to Catalog WebUI to open the Catalog web UI.

Accessing the Impalad Web UI

For Impala 3.4.0:

  1. Access Manager. For details, see Accessing FusionInsight Manager (MRS 3.x or Later).
  2. Choose Services > Impala > Instances.
  3. Move the cursor to the Impalad instance in the Role column. The Impalad instance ID is displayed at the bottom of the browser. Record the ID.
  4. Access the StateStore web UI. For details, see Accessing the StateStore Web UI.
  5. Change StateStore/xx in the URL of the StateStore web UI to Impalad/xx and access the new URL, where xx is the ID obtained in 3.

    https://10.94.9.243:9022/component/Impala/StateStore/108/

    Modify the content to the follows:

    https://10.94.9.243:9022/component/Impala/Impalad/107/

For Impala 4.3.0:

  1. Log in to Manager. For details, see Accessing FusionInsight Manager (MRS 3.x or Later).
  2. Choose Services > Impala > Instances.
  3. Move the cursor onto the host name in the Host Name column, press F12, and obtain the value following id, for example, 94.

    The ID changes depending on the host.
    Figure 2 Impalad instance

  4. Refer to Accessing the StateStore Web UI to go to the component UI.
  5. Change StateStore/xx in the URL of the StateStore web UI to Impalad/xx and access the new URL, where xx is the ID obtained in 3.