That's correct. You'll need to update hbase-site.xml on the servers and
restart the region server processes in order to take effect. Actually,
HBase supports dynamically reloading configuration for some settings. We
should look into making these Phoenix setting dynamic as well. Maybe you'd
like to take a look at adding this? The interface to start from in HBase
is org.apache.hadoop.hbase.conf.ConfigurationObserver.

-n

On Tue, Sep 15, 2015 at 10:15 PM, Sumit Nigam <[email protected]> wrote:

> Hello,
>
> I am planning on supplying all guidepost properties through my
> DriverManager.getConnection method by passing a java.util.Properties of
> key=value pairs.
>
> In the documentation at https://phoenix.apache.org/tuning.html, it
> mentions guidepost parameters to be server-side parameters. Does that mean
> I cannot influence them through DriverManager.getConnection method by
> passing those inside Properties object to this method?
>
> Thanks.
>
>
>

Reply via email to