Hello,
Is there a way to specify the zookeeper quorum for a pig job writing out to
HBase using HBaseStorage? For instance,
jobA -> zkquorum 1
jobB -> zkquorum 2
I know that it reads from the hbase configuration files on disk, but I'd
like the equivalent of setting
conf.set("hbase.zookeeper.quorum", "zkquorum1") without recompiling it into
HBaseStorage.
Thanks in advance.
-Matt