Re: HRegionPartitioner has the same problem as HBASE-3111.

2011-09-13 Thread Takuya UESHIN
Hi, Thank you for your replying. I made an issue HBASE-4398. https://issues.apache.org/jira/browse/HBASE-4398 I don't think we should play with the order, but at least we shouldn't overwrite the configurations specified by user. I think "HBaseConfiguration.addHbaseResources(conf);" has too str

Re: HRegionPartitioner has the same problem as HBASE-3111.

2011-09-12 Thread Stack
On Mon, Sep 12, 2011 at 7:51 AM, Takuya UESHIN wrote: > I think HTable should connect to ZooKeeper at port 21818 configured at > client side instead of 12345 in hbase-site.xml > and It might be caused by > "HBaseConfiguration.addHbaseResources(conf);" in > HRegionPartitioner#setConf(Configuration)

Re: HRegionPartitioner has the same problem as HBASE-3111.

2011-09-12 Thread Takuya UESHIN
t mean that all of client side configurations, also configured in hbase-site.xml, are overwritten caused by this problem. Thanks. 2011/8/21 Takuya UESHIN : > Hi, > > I found that HRegionPartitioner has the same problem as HBASE-3111. > > Some tests I'm writing for MapReduc

HRegionPartitioner has the same problem as HBASE-3111.

2011-08-21 Thread Takuya UESHIN
Hi, I found that HRegionPartitioner has the same problem as HBASE-3111. Some tests I'm writing for MapReduce using HRegionPartitioner don't succeed because HRegionPartitioiner overwrites the test specific configuration "hbase.zookeeper.property.clientPort" : 21818 with that i