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 ↗.
The Apache Phoenix connector is in the beta phase of development and may not be available on your enrollment. Functionality may change during active development.
| Capability | Status |
|---|---|
| Exploration | 🟡 Beta |
| Batch syncs | 🟡 Beta |
| Incremental | 🟡 Beta |
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
AuthScheme ↗ | Mandatory | The scheme used for authentication. Accepted entries are None, and Negotiate (Kerberos). None is the default. | Basic |
URL ↗ | Mandatory | The 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} |
LoadBalanceStrategy ↗ | Recommended | The load balancing strategy to be used by the client side load balancer. | None |
Password ↗ | Recommended | Specifies the password of the authenticating user account. | — |
User ↗ | Recommended | Specifies the user ID of the authenticating Apache Phoenix user account. | — |
Version ↗ | Recommended | The version of the Apache Phoenix instance. | 4.9.0 |
The table below lists the domains that the source must be able to access to 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.
| Domain | Required |
|---|---|
| <URL> | Always |
| <KerberosKDC>:88 | If AuthScheme=Negotiate |
| <KerberosServiceKDC>:88 | If AuthScheme=Negotiate and Kerberos topology uses multiple realms |