| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
178 (0.113s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Why InternalScanner doesn't have a method that returns entire row or object of Result - HBase - [mail # user]
|
|
...Does this method in InternalScanner gets KeyValue's for only 1 row in 1 call. Am i right? boolean *next *(List Grab the next row's worth of val...
|
|
|
Author: anil gupta,
2012-11-30, 21:53
|
|
|
Why InternalScanner doesn't have a method that returns entire row or object of Result - HBase - [mail # user]
|
|
...Hi All, I am developing a Coprocessor to sort results on the basis of Cell Value. Basically an equivalent of order by clause in RDBMS. In my subclass of BaseEndpointCoprocessor i would...
|
|
|
Author: anil gupta,
2012-11-30, 18:54
|
|
|
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
|
|
|
|