Apache HBase

The Apache HBase connector is a Palantir-provided driver for Apache HBase.

To create a new Apache HBase source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Apache HBase-specific configuration and networking. For the complete property reference, see the official Apache HBase driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
ServerMandatoryThe host name, IP address, or URL of the Apache HBase REST server.https://{serverAddress}
AuthSchemeRecommendedThe scheme used for authentication. Accepted entries are None, Basic, and Negotiate (Kerberos). None is the default.Basic
PasswordRecommendedThe password used to authenticate to Apache HBase.
PortRecommendedThe port for the Apache HBase REST (Stargate) server.8080
UserRecommendedThe user who is authenticating to Apache HBase.

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<Server>:<Port>Always
<KerberosKDC>:88If AuthScheme=Negotiate
<KerberosServiceKDC>:88If AuthScheme=Negotiate and Kerberos topology uses multiple realms