Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 215 (0.148s).
Loading phrases to help you
refine your search...
RE: Regionserver goes down while endpoint execution - HBase - [mail # user]
...Saurabh,             Try reading this http://hbtc2012.hadooper.cn/subject/track4Anoop%20Sam%20John2.pdf  -Anoop- ________________________________________ F...
   Author: Anoop Sam John, 2013-04-02, 06:51
RE: Truncate hbase table based on column family - HBase - [mail # user]
...varaprasad      Pls see HBaseAdmin#deleteColumn()..  You should disable the table before making an schema changes and enable back after that.  -Anoop-  ________...
   Author: Anoop Sam John, 2013-03-26, 09:16
RE: Compaction problem - HBase - [mail # user]
...@tarang  As per 4G max heap size, you will get by deafult 1.4G total memory for all the memstores (5/6 regions).. By default you will get 35% of the heap size for memstore. Is your proc...
   Author: Anoop Sam John, 2013-03-26, 09:08
RE: Getting less write throughput due to more number of columns - HBase - [mail # user]
...When the number of columns (qualifiers) are more yes it can impact the performance. In HBase every where the storage will be in terms of KVs. The key will be some thing like rowkey+cfname+co...
   Author: Anoop Sam John, 2013-03-26, 06:28
RE: Regionserver goes down while endpoint execution - HBase - [mail # user]
...Deepak      When you say 1000 invocations, you mean you are having a put(List) with 1000 items?  In the region level when it deals with a batch of Puts, it calls postPut(...
   Author: Anoop Sam John, 2013-03-26, 06:20
[HBASE-7869] Provide way to not start LogSyncer thread - HBase - [issue]
...In our usecase we want all the Mutations on all the tables to be immediately written and synced to WAL. We dont want the LogSyncer thread to be running in such a case.In minbatch operation w...
http://issues.apache.org/jira/browse/HBASE-7869    Author: Anoop Sam John, 2013-03-23, 04:53
RE: Regionserver goes down while endpoint execution - HBase - [mail # user]
...What is this doing?  HbaseTableAccess.getInstance().connectTable(tableName);    Can you take a look at HTablePool?    -Anoop-    __________________________...
   Author: Anoop Sam John, 2013-03-20, 12:58
RE: Regionserver goes down while endpoint execution - HBase - [mail # user]
...Hi Deepak                       Yes Ram told it correctly regarding the thread safety issue with HTable.  I can see you issue HTab...
   Author: Anoop Sam John, 2013-03-20, 08:36
RE: NameNode of Hadoop Crash? - HBase - [mail # user]
...Can you ask this question in HDFS user group pls?  -Anoop- ________________________________________ From: bhushan.kandalkar [[EMAIL PROTECTED]] Sent: Monday, March 18, 2013 12:29 PM To:...
   Author: Anoop Sam John, 2013-03-19, 03:03
[HBASE-7984] Use contains(byte[],byte[]) API added into org.apache.hadoop.hbase.util.Bytes at HTable#isValidMetaTableRow() - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-7984    Author: Anoop Sam John, 2013-03-16, 10:52
Sort:
project
HBase (215)
type
mail # user (151)
mail # dev (38)
issue (26)
date
last 7 days (2)
last 30 days (2)
last 90 days (37)
last 6 months (111)
last 9 months (215)
author
Stack (3754)
Ted Yu (2471)
Jean-Daniel Cryans (2271)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Anoop Sam John