Apache Phoenix

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

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

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
AuthSchemeMandatoryThe scheme used for authentication. Accepted entries are None, and Negotiate (Kerberos). None is the default.Basic
URLMandatoryThe URL to your Apache Phoenix instance. This property overrides the Server/Port/UseSSL connection properties. When the LoadBalanceStrategy is configured, this takes a list of URLs in a comma separated format, for example “URL1,URL2…URLn”.https://{serverAddress}:{port}
LoadBalanceStrategyRecommendedThe load balancing strategy to be used by the client side load balancer.None
PasswordRecommendedSpecifies the password of the authenticating user account.
UserRecommendedSpecifies the user ID of the authenticating Apache Phoenix user account.
VersionRecommendedThe version of the Apache Phoenix instance.4.9.0

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
<URL>Always
<KerberosKDC>:88If AuthScheme=Negotiate
<KerberosServiceKDC>:88If AuthScheme=Negotiate and Kerberos topology uses multiple realms