Updated on 2022-09-22 GMT+08:00

Querying Storm Topology Logs

Scenario

You can query topology logs to check the execution of a Storm topology in a worker process. To query the data processing logs of a topology, enable the Debug function when submitting the topology. Only streaming clusters with Kerberos authentication enabled support this function. In addition, the user who queries topology logs must be the one who submits the topology or a member of the stormadmin group.

Prerequisites

  • The network of the working environment has been configured.
  • The sampling function has been enabled for the topology.

Querying Worker Process Logs

  1. For details about how to access the Storm WebUI, see Accessing the Storm Web UI.
  2. In the Topology Summary area, click the desired topology to view details.
  3. Click the desired Spouts or Bolts task. In the Executors (All time) area, click a port in Port to view detailed logs.

Querying Data Processing Logs of a Topology

  1. For details about how to access the Storm WebUI, see Accessing the Storm Web UI.
  2. In the Topology Summary area, click the desired topology to view details.
  3. Click Debug, specify the data sampling ratio, and click OK.
  4. Click the Spouts or Bolts task. In Component summary, click events to view data processing logs.