WHATPORT(60020) whatport.net WHATPORT(60020)
60020

Apache HBase RegionServer RPC (pre-0.99 default)

An older Apache HBase cluster — the RegionServer RPC port before HBase moved off it.

TCP

Description

Through HBase 0.98, hbase.regionserver.port defaulted to 60020, the RPC endpoint clients hit to read and write region data, with the RegionServer's web UI on 60030 and the Master on 60000/60010. HBASE-10123, "Change default ports; move them out of linux ephemeral port range", moved all of them into the 160xx block for 0.99.0 — 16020 for the RegionServer — precisely because 600xx collides with the Linux ephemeral range and a RegionServer could fail to bind after another process grabbed its port first. So a live 60020 today means either an HBase cluster older than 0.99 or a newer one explicitly configured back to the legacy port. The number itself is unregistered; IANA assigns nothing above 49151 under RFC 6335.

Exposed to the internet?

Do not expose

HBase RPC is an internal cluster plane, unauthenticated unless Kerberos is configured, and a reachable RegionServer means reachable data. Keep it on a private network.

Check it yourself

$ nmap -Pn -sV -p 60020 TARGET

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.