Will that give me the quorum servers used by phoenix? for example if the value in the hbase config is "zk1.aob.net,zk2.aob.net"
Regards, Cheyenne O. Forbes On Tue, May 16, 2017 at 11:53 AM, Josh Elser <els...@apache.org> wrote: > ```HBaseConfiguration.create().get("hbase.zookeeper.quorum");``` > > > Cheyenne Forbes wrote: > >> Can I access the value of "hbase.zookeeper.quorum" in my UDF? >> >> Regards, >> >> Cheyenne O. Forbes >> >