Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Default values for connections to Phoenix/HBase ?

avatar

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

avatar
Super Collaborator
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.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator
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.

avatar

Thank you !