Example: run an application for the Apache Phoenix thick client
Checking the example of how to run a maven application for the Phoenix thick client gives you better understanding about how to run your own application for the Phoenix thick client.
The
requiredKerberos
option is set to true
for the
Phoenix thick client. This means that the application must be run for this client
from a computer which:- Has internal network access to the public cloud in which the database is deployed
- Can resolve the internal hostnames of the database
- Can obtain a Kerberos ticket from the database's Kerberos Key Distribution Center (KDC)
One way to run an Apache Phoenix thick client application is to launch an edge node in your cloud provider which meets the above requirements.