Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Default values for connections to Phoenix/HBase ?
Labels:
- Labels:
-
Apache HBase
-
Apache Phoenix
Guru
Created ‎05-15-2017 03:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using HDP 2.4.0.7.
I am trying to find the default values for the following properties for Phoenix/HBase:
hbase.hconnection.threads.max phoenix.client.connection.max.allowed.connections
Since these values have not been set, I believe it will use the default value.
I want to know the default values.
1 ACCEPTED SOLUTION
Super Collaborator
Created ‎05-15-2017 06:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
256 is the default value for hbase.hconnection.threads.max
phoenix.client.connection.max.allowed.connections was introduced recently in Apache Phoenix 4.10 only. So it's not relevant to HDP 2.4 nor even more recent HDP 2.6.
2 REPLIES 2
Super Collaborator
Created ‎05-15-2017 06:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
256 is the default value for hbase.hconnection.threads.max
phoenix.client.connection.max.allowed.connections was introduced recently in Apache Phoenix 4.10 only. So it's not relevant to HDP 2.4 nor even more recent HDP 2.6.
Guru
Created ‎05-15-2017 08:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you !
