Add the Apache Phoenix Connector
Start the Apache Phoenix Query Server
Before you connect, you need to ensure that the Apache Phoenix Query Server is running. Different versions of the server contain different interfaces, different means of starting and stopping the server, and different default port settings. In most distributions, you can start the server in the background by submitting the following command:queryserver.py start
This method requires that you are running an instance of Apache HBase and, possibly, Apache ZooKeeper as well. For more details, see the documentation for your server version.
Authenticate to Apache Phoenix
After you add the connector, you need to set the required properties. URL: Enter the URL to your instance of Apache Phoenix (for example, http://localhost:8765). supports authenticating to in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.- None
- Basic (default)
- Negotiate
- Azure HDInsight
None
Basic
Negotiate
Azure HDInsight
To connect with Azure HDInsight, specify the following properties:- Auth Scheme: Select AzureHDInsight.
- User: Enter the username that you use to authenticate to your account.
- Password: Enter the password that you use to authenticate to your account.
- Cluster Name: Enter the name of the cluster that contains your Azure HDInsight instance.
Complete Your Connection
To complete your connection:- For Version (optional), enter the version of your Apache Phoenix instance. The default version is 4.9.0.
- Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
- Click Create & Test to create your connection.