Search results

  1. hbase.apache.org/.../apache/hadoop/​hbase/client/Scan.html   Cached
    org.apache.hadoop.hbase.client Class Scan ... Set if pre-fetching is enabled. If enabled, the region server will try to read the next scan result ahead of time.
  2. hbase.apache.org/book/config.files.html   Cached
    hbase.client.scanner.timeout.period. Client scanner lease period in milliseconds. Default is 60 seconds. Default: 60000. hbase.bulkload.retries.number.
  3. hbase.apache.org   Cached
    Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google's Bigtable: ... Block cache and Bloom Filters for real-time queries.
  4. issues.apache.org/jira/browse/HBASE-​5974   Cached
    I'm seeing the following behavior: set RPC timeout to a short value; call next() for some batch of rows, big enough so the client times out before the result is returned
  5. issues.apache.org/jira/browse/HBASE-​2161   Cached
    HBase; HBASE-2161; get rid of scanner timeout Agile Board; More Actions; Views. Details. Type: Bug ... we can just restart the scanner at the last row.
  6. wiki.apache.org/hadoop/Hbase/Shell   Cached
    To put a cell value into table 't1' at row 'r1' under column 'c1' marked with the time 'ts1', do: hbase ... hbase> scan '.META.' hbase> scan '.META.', {COLUMNS ...
  7. archive.apache.org/.../apache/hadoop/​hbase/client/Scan.html   Cached
    org.apache.hadoop.hbase.client Class Scan ... If your time range spans more than one version and you want all versions returned, ...
  8. hadoop-hbase.blogspot.com/2012/01/​scanning-in-hbase.html   Cached
    As it turns out, I didn't quite think ... (T is time): put: row1, family, col1, value1 ... so in order to allow scanners to scan forward-only, ...
  9. issues.apache.org/jira/browse/HBASE-​1996   Cached
    Currently, the default scanner fetches a single row at a time. This makes for very slow scans on tables where the rows are not large. You can change the setting for ...
  10. tsunanet.net/.../asynchbase/api/org/​hbase/async/Scanner.html   Cached
    Sets the time range to scan. ... [will not be returned by the scanner. HBase has internal optimizations to avoid loading in memory data filtered out in some ...