Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 92 (0.22s).
Loading phrases to help you
refine your search...
Is it possible to indicate the column scan order when scanning table? - HBase - [mail # user]
...Dear all,  I wonder if it is possible to indicate the column scan order when scanning table. For example, if I have two column families cf1 and cf2 and I create a scan object. Is the ta...
   Author: yonghu, 2013-02-07, 17:23
Re: Json+hbase - HBase - [mail # user]
...I think you can treat id as row key. and address-type/home or address-type/office as column family. each address can be treated as column. The thing is how you can transform your json metada...
   Author: yonghu, 2013-02-04, 16:35
Re: Is there a way to close automatically log deletion in HBase? - HBase - [mail # user]
...Thanks for your useful information. By the way, can you give me an example about how I can define the customized logcleaner class.  regards!  Yong  On Sat, Feb 2, 2013 at 1:54...
   Author: yonghu, 2013-02-02, 15:51
Re: Is there a way to close automatically log deletion in HBase? - HBase - [mail # user]
...Dear Ram,  Thanks for your response.  Yes Log means WAL logs. Now, I can define a postWALWrite trigger to write the WAL entries into the specific file as I want, however, it's too ...
   Author: yonghu, 2013-02-02, 10:09
Is there a way to close automatically log deletion in HBase? - HBase - [mail # user]
...Hello,  For some reasons, I need to analyze the log of hbase. However, the log will be automatically deleted by GC of JVM (if I understand right). I wonder if there is a way to close au...
   Author: yonghu, 2013-02-02, 08:01
How can I set column information when I use YCSB to test HBase? - HBase - [mail # user]
...Dear all,  I read the information of https://github.com/brianfrankcooper/YCSB/wiki/Running-a-Workload  For example, I can indicate the column family name when I issue the command l...
   Author: yonghu, 2013-01-19, 06:48
Re: Hbase Question - HBase - [mail # user]
...I think you can take a look at your row-key design and evenly distribute your data in your cluster, as you mentioned even if you added more nodes, there was no improvement of performance. Ma...
   Author: yonghu, 2012-12-28, 19:38
Re: Coprocessor slow down problem! - HBase - [mail # user]
...Hi Anoop,  Can you give me a more detailed information about how can I take a look at RS threads doing?  Thanks!  Yong  On Sat, Dec 1, 2012 at 9:23 AM, ramkrishna vasudev...
   Author: yonghu, 2012-12-02, 19:59
Re: Can we insert into Hbase without specifying the column name? - HBase - [mail # user]
...Hi Rams,  yes. You can. See follows:  hbase(main):001:0> create 'test1','course' 0 row(s) in 1.6760 seconds  hbase(main):002:0> put 'test1','tom','course',90 0 row(s) in...
   Author: yonghu, 2012-11-26, 10:29
Re: Log files occupy lot of Disk size - HBase - [mail # user]
...I think you can set setWriteToWAL() method to false to reduce the amount of log infor. But you may get risks when your cluster is down.  regards! yong  On Fri, Nov 23, 2012 at 7:58...
   Author: yonghu, 2012-11-23, 13:57
Sort:
project
HBase (92)
Pig (23)
type
mail # user (92)
date
last 7 days (1)
last 30 days (1)
last 90 days (4)
last 6 months (20)
last 9 months (92)
author
Stack (3750)
Ted Yu (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (977)
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 (413)
Gary Helmling (290)
yonghu