Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 40 (0.233s).
Loading phrases to help you
refine your search...
[HBASE-7267] [89-fb] Only create the dummy hfile for the compaction if necessary. - HBase - [issue]
...In HBASE-6059, it introduced a new behavior that the compaction would create the HFileWriter no mater whether there is any key/value as the output or not. This new behavior actually is confl...
http://issues.apache.org/jira/browse/HBASE-7267    Author: Liyin Tang, 2012-12-04, 21:06
[HBASE-7275] [89-fb] Fixing some minor bugs in 89-fb branch - HBase - [issue]
...[89-fb] Fixing some minor bugs in 89-fb branch based on the findBugs report...
http://issues.apache.org/jira/browse/HBASE-7275    Author: Liyin Tang, 2012-12-04, 20:04
[HBASE-7266] [89-fb] Using pread for non-compaction read request - HBase - [issue]
...There are 2 kinds of read operations in HBase: pread and seek+read.Pread, positional read, is stateless and create a new connection between the DFSClient and DataNode for each operation. Whi...
http://issues.apache.org/jira/browse/HBASE-7266    Author: Liyin Tang, 2012-12-04, 03:02
[HBASE-7193] [89-fb] Print the detail exceptions info from the RetriesExhaustedException - HBase - [issue]
...The hbase client only prints the name of exception for the RetriesExhaustedException logging purpose, which failed to provide any useful debug information.So this jira is to enhance the logg...
http://issues.apache.org/jira/browse/HBASE-7193    Author: Liyin Tang, 2012-11-20, 01:48
[HBASE-7106] [89-fb] Fix the NPE in unit tests for JDK7 - HBase - [issue]
...In JDK7, it will throw out NPE if put a NULL into a TreeSet. And in the unit tests, user can add a NULL as qualifier into the family map for GET or SCAN. So we shall do the followings: 1) Ma...
http://issues.apache.org/jira/browse/HBASE-7106    Author: Liyin Tang, 2012-11-17, 17:45
[HBASE-7164] [89-fb] Using HFileOutputFormat as MapOutputFormat - HBase - [issue]
...Add one more option in TableMapReduceUtil to initialize a Map only job which takes TableInputFormat as MapInputFormat and HFileOutputFormat as MapOutputFormat....
http://issues.apache.org/jira/browse/HBASE-7164    Author: Liyin Tang, 2012-11-15, 00:08
[HBASE-5987] HFileBlockIndex improvement - HBase - [issue]
...Recently we find out a performance problem that it is quite slow when multiple requests are reading the same block of data or index. From the profiling, one of the causes is the IdLock conte...
http://issues.apache.org/jira/browse/HBASE-5987    Author: Liyin Tang, 2012-11-05, 01:35
[HBASE-6968] Several HBase write perf improvement - HBase - [issue]
...Here are 2 hbase write performance improvements recently:1) Avoid creating HBaseConfiguraiton object for each HLog. Every time when creating a HBaseConfiguraiton object, it would parse the x...
http://issues.apache.org/jira/browse/HBASE-6968    Author: Liyin Tang, 2012-10-27, 00:46
[HBASE-6930] [89-fb] Avoid acquiring the same row lock repeatedly - HBase - [issue]
...When processing the multiPut, multiMutations or multiDelete operations, each IPC handler thread tries to acquire a lock for each row key in these batches. If there are duplicated row keys in...
http://issues.apache.org/jira/browse/HBASE-6930    Author: Liyin Tang, 2012-10-22, 05:40
[HBASE-5032] Add other DELETE type information into the delete bloom filter to optimize the time range query - 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-5032    Author: Liyin Tang, 2012-10-17, 04:26
Sort:
project
HBase (40)
Hive (22)
type
issue (36)
mail # user (3)
mail # dev (1)
date
last 7 days (1)
last 30 days (1)
last 90 days (4)
last 6 months (13)
last 9 months (40)
author
Stack (3755)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Liyin Tang