Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 186 (0.185s).
Loading phrases to help you
refine your search...
Re: Expert suggestion needed to create table in Hbase - Banking - HBase - [mail # user]
...More on number of column families: http://hbase.apache.org/book/number.of.cfs.html   On Sun, Nov 25, 2012 at 11:35 PM, anil gupta  wrote:     Thanks & Regards, Anil Gupta...
   Author: anil gupta, 2012-11-26, 07:40
Re: Expert suggestion needed to create table in Hbase - Banking - HBase - [mail # user]
...Hi Rams,  The description of your use case is very abstract so i will try to answer your question to the best of my ability.  1) Whether is it good to create a single table for all...
   Author: anil gupta, 2012-11-26, 07:35
Re: Custom versioning best practices - HBase - [mail # user]
...Hi David,   As per my knowledge,  HBase currently doesn't supports specifying separate setMaxVersion for different column family in a single Scan object.  HTH, Anil   &nb...
   Author: anil gupta, 2012-11-22, 21:12
Re: hbase error - HBase - [mail # user]
...Hi Wanli,  Somehow, Your ".META." table is having problem. Read more about meta table here: http://hbase.apache.org/book/arch.catalog.html  Try to do a restart and and see whether ...
   Author: anil gupta, 2012-11-21, 17:06
Re: Problem with xml data in hbase bulk loading - HBase - [mail # user]
...Hi,  There are two option: 1. Fix the input file so that one line contains an entire record. 2. Write a custom input format to read record which spans multiple lines. If you do this the...
   Author: anil gupta, 2012-11-21, 07:44
Re: Problem deleting neighboors with timestamp=0 - HBase - [mail # user]
...Hi Chris,  My two cents... IMHO, onus of ensuring the right Timestamp value should always be on the application logic rather than HBase. Essentially, timestamp is long number in HBase. ...
   Author: anil gupta, 2012-11-19, 07:44
Re: Hive and Hbase performance - HBase - [mail # user]
...Hi Dalia,  The usual and short answer is Yes. Both, HBase and Hive will provide better performance on adding more nodes since they provide horizontal scalability.  HTH, Anil  ...
   Author: anil gupta, 2012-11-18, 00:51
Re: Using doubles and longs as ordering row values - HBase - [mail # user]
...Hi Jonathan,  If possible try to avoid using Double for rowkey because Double has precision problems. Here is more details about problems with double: 1. http://stackoverflow.com/questi...
   Author: anil gupta, 2012-11-05, 22:57
Re: SingleColumnValueFilter for empty column qualifier - HBase - [mail # user]
...Hi Jonathan,  Then in that case SingleColumnValueFilter will not work. SingleColumnValueFilter works on the value of a cell rather than ColumnQualifier name. I have never heard of a bui...
   Author: anil gupta, 2012-11-01, 02:38
Re: SingleColumnValueFilter for empty column qualifier - HBase - [mail # user]
...Hi Jonathan,  Do you mean that cell value is ""? or column qualifier is ""? I am confused by your description. If you were talking about cell value, at the time of put which object do y...
   Author: anil gupta, 2012-10-31, 22:22
Sort:
project
HBase (186)
Hadoop (48)
Sqoop (16)
MapReduce (14)
HDFS (10)
type
mail # user (186)
date
last 7 days (4)
last 30 days (8)
last 90 days (12)
last 6 months (41)
last 9 months (186)
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)
anil gupta