On Sat, May 16, 2009 at 7:02 AM, llpind <[email protected]> wrote:
> > @Ryan > > Thanks. how do i turn off authflushing? http://hadoop.apache.org/hbase/docs/r0.19.2/api/org/apache/hadoop/hbase/client/HTable.html#setAutoFlush(boolean) > also, do you have an example of > map/reduce which uses a Resultset? See the mapred package in src. > > > Yes. for a given row key, i have potentially millions of columns. so i was > doing 10K cols per row in the batch update. This will give you grief in 0.19.x hbase: https://issues.apache.org/jira/browse/HBASE-867. The more columns you have, currently, the slower hbase will run. St.Ack > > -- > View this message in context: > http://www.nabble.com/Loading-large-resultset-into-HBase-tp23566568p23574048.html > Sent from the HBase User mailing list archive at Nabble.com. > >
