Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

AssertionError: Get workers from spark master's web UI page failed #556

@aaudiber

Description

@aaudiber

Hibench uses the below snippet to probe the Spark web UI for worker hostnames. Note that the default worker_port is 8081.

https://github.com/intel-hadoop/HiBench/blob/b90e5ce3f9aee8fe812b7fdfd4015637479eedfd/bin/functions/load_config.py#L563-L570

Snippet from curling the Spark web UI:

        <a href="http://worker-9:8081">
              worker-20180810192952-worker-9-34189

This consistently started throwing list index out of range, and will continue to for the next 10 days. This is because the current year ends in 8, the current month is 08, and the current day starts with 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions