- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Default values for connections to Phoenix/HBase ?
- Labels:
-
Apache HBase
-
Apache Phoenix
Created ‎05-15-2017 03:12 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.
Created ‎05-15-2017 05:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
phoenix.client.connection.max.allowed.connections does not exist in the version of Phoenix shipped in HDP-2.4.0.7.
hbase.hconnection.threads.max
defaults to 256 unless you have configured it otherwise in hbase-site.xml.
Created ‎05-15-2017 05:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
phoenix.client.connection.max.allowed.connections does not exist in the version of Phoenix shipped in HDP-2.4.0.7.
hbase.hconnection.threads.max
defaults to 256 unless you have configured it otherwise in hbase-site.xml.
