Re: get the value of "hbase.zookeeper.quorum" within UDF

2017-05-17 Thread Josh Elser

How about you try it :)

Cheyenne Forbes wrote:

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 mailto: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




Re: get the value of "hbase.zookeeper.quorum" within UDF

2017-05-16 Thread Cheyenne Forbes
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  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
>>
>


Re: get the value of "hbase.zookeeper.quorum" within UDF

2017-05-16 Thread Josh Elser

```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