Re: Paging On HBASE like solr

2012-11-22 Thread Ryan Smith
which evaluates to table's limits) in sequential manner. > The result scanner object's general iterative next() doesn't return a > whole list of rows in one call. > > Would this not work for you? > > On Thu, Nov 22, 2012 at 5:50 PM, Ryan Smith > wrote: > &g

Re: Paging On HBASE like solr

2012-11-22 Thread Ryan Smith
But then the range might not be respected. I think another way to ask is, is it possible to iterate over the rowkeys in an hbase table sequentially? On Thu, Nov 22, 2012 at 7:17 AM, Doug Meil wrote: > > Hi there- > > Then don't use an end-row and break out of the loop when you hit 100 rows.

Re: Row Counter rpoblem

2012-06-10 Thread Ryan Smith
log4j lib mixup or some other class-loading-related > trouble. Can you tell us what the latter link shows, if anything at > all, for one failed task attempt? > > On Sun, Jun 10, 2012 at 9:09 PM, Ryan Smith > wrote: > >> > >> Hello, > >> > >> I am hav

Re: Zookeeper returns wrong host port for HMaster

2012-02-20 Thread Ryan Smith
Yes St.Ack, Client side was using hbase-0.90.5 libs. HBase server was using 0.92.0. Of course I saw this but it didnt click at the time... Thanks St.Ack! -Ryan On Mon, Feb 20, 2012 at 4:42 PM, Stack wrote: > On Mon, Feb 20, 2012 at 1:10 PM, Ryan Smith > wrote: > > Any ideas w

Zookeeper returns wrong host port for HMaster

2012-02-20 Thread Ryan Smith
// I have some sample code (to list hbase tables) that runs on the zookeeper / HMaster node , see below import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.HTableDescriptor; import org.apache.had

[ANN] HBase-Writer 0.90.4 available for download

2012-01-22 Thread Ryan Smith
HBase-Writer 0.90.4 is available for download from the project site: http://code.google.com/p/hbase-writer/downloads/list HBase-Writer 0.90.4 is a major bug fix release that fixes resource pooling and connection handling issues. The previous release, 0.90.3, removed these features by mistake whe

[ANN]: HBase-Writer 0.90.3 available for download

2011-11-16 Thread Ryan Smith
The HBase-Writer team is happy to announce that HBase-Writer 0.90.3 is available for download: http://code.google.com/p/hbase-writer/downloads/list HBase-Writer 0.90.3 is a maintenance release that fixes library compatibility since older versions of Heritrix and HBase. More details may be fou