did you try set hbase.zookeeper.quorum 'zkquorum2' in your script? It seems to work in my read test. Raghu.
On Mon, Jul 18, 2011 at 10:36 AM, Matt Davies <[email protected]> wrote: > 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 >
