Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 171 to 180 from 214 (0.139s).
Loading phrases to help you
refine your search...
RE: delete rows from hbase - HBase - [mail # user]
...Hi       Do some one tried for the possibility of an Endpoint implementation using which the delete can be done directly with the scan at server side. In the below samples I c...
   Author: Anoop Sam John, 2012-06-20, 08:38
RE: Decreasing write speed over time - HBase - [mail # user]
...Hi    Sorry I was not able to access your chart of put perf. Is it like the pe rformance gradually coming down and at some point again getting better all  of a sudden?  [...
   Author: Anoop Sam John, 2012-06-19, 11:21
RE: Isolation level - HBase - [mail # user]
...Hi  A put operation HBase may need to write data to multiple stores. [Depends o n presence of  KVs belonging to different CFs in the Put] A put can be considered as committed when ...
   Author: Anoop Sam John, 2012-06-18, 13:11
RE: Isolation level - HBase - [mail # user]
...Hi            You can check Scan#setIsolationLevel() API for changing the leve l. By default it is  read committed means read only committed writes.  ...
   Author: Anoop Sam John, 2012-06-18, 03:32
RE: TableRecordReaderImpl is not able to get the rows - HBase - [mail # user]
...Hi Subroto           Scan.addColumn you can use when u want only specific columns to b e retrieved in the sacn . U can read the javadoc in addColumn() and addFami ly...
   Author: Anoop Sam John, 2012-06-14, 08:15
RE: Single table Vs Multiple table. Need inputs !!! - HBase - [mail # user]
...Hi There is no join support in HBase. You need to handle it in your client cod e.   See whether you can implement your requirement using one table approach.  -Anoop- ______________...
   Author: Anoop Sam John, 2012-06-13, 10:13
[HBASE-6146] Disabling of Catalog tables should not be allowed - HBase - [issue]
...HBaseAdmin#disableTable() when called with META or ROOT table, it will pass the disable instruction to Master and table is actually getting disabled. Later this API call will fail as there i...
http://issues.apache.org/jira/browse/HBASE-6146    Author: Anoop Sam John, 2012-06-07, 23:43
RE: Some suggestions for future features - HBase - [mail # dev]
...Thanks a lot Lars for mentioning this and sharing your experience.   Will try to do some experiment with this with alternates. Haven't done any deep analysis or work on this yet.  ...
   Author: Anoop Sam John, 2012-06-06, 10:02
RE: Some suggestions for future features - HBase - [mail # dev]
...Agree with Andrew.  We can make use of the RegionObserver#preCompact() hook here I think. This allows to return an InternalScanner implementation. May be we can wrap the actual Internal...
   Author: Anoop Sam John, 2012-06-06, 08:08
RE: Some suggestions for future features - HBase - [mail # dev]
...Hi  Not the 1st one in my mind.. May be that will have lot of time overhead. Thinking abt can be there a special kind of Delete marker itself? At one region level it will be 100% atomic...
   Author: Anoop Sam John, 2012-06-06, 03:42
Sort:
project
HBase (214)
type
mail # user (151)
mail # dev (38)
issue (25)
date
last 7 days (1)
last 30 days (1)
last 90 days (39)
last 6 months (110)
last 9 months (214)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Anoop Sam John