- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
phoenix query server installation
- Labels:
-
Apache HBase
-
Apache Phoenix
Created ‎04-15-2016 06:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am planning to install Hbase on my cluster along with phoenix through Ambari. In the add service section (slaves and clients), i do see an option of Phoenix query server. By default it is not enabled. Should i install this component mandatorily or just a phoenix client is enough. If i need to install it mandatorily, where should i install this component ( which all nodes).
Created ‎04-15-2016 06:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ARUNKUMAR RAMASAMY, Phoenix query server is optional and you can safely skip it for the time being. It provides access to Phonex for "thin clients" but they are yet to come (Avatica, Calcite). You can read more here. If you want to install it then it's enough to install it on one node, for example, collocated with your HBase master.
Created ‎04-15-2016 06:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ARUNKUMAR RAMASAMY, Phoenix query server is optional and you can safely skip it for the time being. It provides access to Phonex for "thin clients" but they are yet to come (Avatica, Calcite). You can read more here. If you want to install it then it's enough to install it on one node, for example, collocated with your HBase master.
Created ‎04-15-2016 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks @Predrag Minovic
