You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
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
Hibench uses the below snippet to probe the Spark web UI for worker hostnames. Note that the default
worker_portis8081.https://github.com/intel-hadoop/HiBench/blob/b90e5ce3f9aee8fe812b7fdfd4015637479eedfd/bin/functions/load_config.py#L563-L570
Snippet from curling the Spark web UI:
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