Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 87 (0.134s).
Loading phrases to help you
refine your search...
[HBASE-4962] Optimize time range scans using a delete Bloom filter - HBase - [issue]
...To speed up time range scans we need to seek to the maximum timestamp of the requested range,instead of going to the first KV of the (row, column) pair and iterating from there. If we don't ...
http://issues.apache.org/jira/browse/HBASE-4962    Author: Mikhail Bautin, 2012-10-17, 03:15
[HBASE-6999] Start/end row should be configurable in TableInputFormat - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-6999    Author: Mikhail Bautin, 2012-10-17, 01:56
[HBASE-6943] [89-fb] Do not catch certain exceptions trying to get an RS connection - HBase - [issue]
...When getting a regionserver connection in 0.89-fb in HBaseClient, we catch all types of Throwable. I have observed a real case when the client looked stuck. On debugging it turned out that a...
http://issues.apache.org/jira/browse/HBASE-6943    Author: Mikhail Bautin, 2012-10-04, 23:47
[HBASE-6913] Implement new data block encoding algorithm that combines the advantages of FAST_DIFF and DIFF_KEY - HBase - [issue]
...We have noticed that both FAST_DIFF and DIFF_KEY encoding algorithms have some drawbacks in that they don't take advantage of certain types of redundancies in keys/values. We need to impleme...
http://issues.apache.org/jira/browse/HBASE-6913    Author: Mikhail Bautin, 2012-10-02, 00:44
[HBASE-6909] Implement a Thrift serializer for TableInputFormat - HBase - [issue]
...We need to be able to serialize Result using Thrift for use with TableInputFormat, so we can run a streaming job over an HBase table....
http://issues.apache.org/jira/browse/HBASE-6909    Author: Mikhail Bautin, 2012-10-01, 22:27
[HBASE-6882] Thrift IOError should include exception class - HBase - [issue]
...Return exception class as part of IOError thrown from the Thrift proxy or the embedded Thrift server in the regionserver....
http://issues.apache.org/jira/browse/HBASE-6882    Author: Mikhail Bautin, 2012-09-27, 22:17
[HBASE-6836] [89-fb] Parallel deletes in HBase Thrift server - HBase - [issue]
...We need to expose server-side parallel batch deletes through the Thrift server....
http://issues.apache.org/jira/browse/HBASE-6836    Author: Mikhail Bautin, 2012-09-19, 03:25
[HBASE-6808] Add the ability to query region flush time and current time to regionserver Thrift API - HBase - [issue]
...In order to do reliable bulk load with WAL turned off through the C++ API we need to be able to query last flush times for all regions on a regionserver as well as the current time on the se...
http://issues.apache.org/jira/browse/HBASE-6808    Author: Mikhail Bautin, 2012-09-18, 19:39
[HBASE-6807] Pass regionserver name from client to Thrift server embedded in the regionserver - HBase - [issue]
...We don't always need to look up region by row on the server side in the Thrift server embedded in the regionserver, because the client already has the region name. We can send the region nam...
http://issues.apache.org/jira/browse/HBASE-6807    Author: Mikhail Bautin, 2012-09-18, 19:25
[HBASE-6764] Organize HBase Thrift API methods - HBase - [issue]
...We have different versions of Hbase.thrift sitting around in different codebases (HBase and C++ client) and over time they have diverged. They need to be made more consistent. To make such m...
http://issues.apache.org/jira/browse/HBASE-6764    Author: Mikhail Bautin, 2012-09-12, 01:17
Sort:
project
HBase (87)
Hive (17)
Hadoop (9)
type
issue (54)
mail # dev (29)
mail # user (4)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (4)
last 9 months (87)
author
Stack (3791)
Ted Yu (2547)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (703)
Todd Lipcon (673)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Mikhail Bautin