On Thu, Jun 18, 2009 at 9:33 AM, llpind <[email protected]> wrote:
> > Yeah, we did have an issue with that before. After help from here, and > some > thought into the schema, we changed the hbase schema a bit. > > Now I have a scanner which iterates over, lets say ~2000 records, and has > an > inner scanner which needs to change based on a value from the outter > scanner > (essentially a nested for loop). Performance is the issue here, I was able > to track it down to opening a scanner. It appears HBASE-1118 addresses > this > issue. Is this correct? Yes. Are you on 0.19.x? Look at the source. Looks like you have bogus address for the datanode to bind to. Does master resolve properly? St.Ack
