Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 101 to 110 from 178 (0.169s).
Loading phrases to help you
refine your search...
Re: BigDecimalColumnInterpreter - HBase - [mail # user]
...Hi Julian,  I am still failing to understand how the same BigDecimalColumnInterpreter(BDCI) is working at my end. I am doing the interpretation of the bytes in getValue method and i hav...
   Author: anil gupta, 2012-09-14, 07:56
Re: BigDecimalColumnInterpreter - HBase - [mail # user]
...Hi Julian,  I am using only cdh4 libraries. I use the jars present under hadoop and hbase installed dir. In my last email i gave you some more pointers. Try to follow them and see what ...
   Author: anil gupta, 2012-09-10, 18:22
Re: BigDecimalColumnInterpreter - HBase - [mail # user]
...Yes, we do. :) Let me know the outcome. If you look at the BD ColumnInterpreter, getValue method is converting the byte array into BigDecimal. So you should not have any problem. The BD Colu...
   Author: anil gupta, 2012-09-06, 19:22
Re: BigDecimalColumnInterpreter - HBase - [mail # user]
...I am using HBase0.92.1. Which version you are using?   On Thu, Sep 6, 2012 at 10:19 AM, anil gupta  wrote:     Thanks & Regards, Anil Gupta...
   Author: anil gupta, 2012-09-06, 17:24
Re: BigDecimalColumnInterpreter - HBase - [mail # user]
...Hi Julian,  You need to add the column qualifier explicitly in the scanner. You have only added the column family in the scanner. I am also assuming that you are writing a ByteArray of ...
   Author: anil gupta, 2012-09-06, 17:19
Re: BigDecimalColumnInterpreter - HBase - [mail # user]
...Hi Julian,  Sorry for wrong reference to the aggregation client class in my previous email. Here is the right class:org.apache.hadoop.hbase.client.coprocessor.AggregationClient.  H...
   Author: anil gupta, 2012-09-05, 21:27
Re: BigDecimalColumnInterpreter - HBase - [mail # user]
...Hi Julian,  I have been running the same class on my distributed cluster for aggregation. It has been working fine. The only difference is that i use the methods provided incom.intuit.i...
   Author: anil gupta, 2012-09-05, 21:04
Does HBase 0.92 Rest client supports coprocessor execution? - HBase - [mail # user]
...Hi All,  I am running a HBase 0.92 cluster. I was trying to run the Aggregation coprocessor using HBase REST client api. When i ran the code i got the following error: java.lang.Unsuppo...
   Author: anil gupta, 2012-08-30, 22:50
Re: Disk space usage of HFilev1 vs HFilev2 - HBase - [mail # user]
...Hi All,  Here are the steps i followed to load the table with HFilev1 format: 1. Set the property hfile.format.version to 1. 2. Updated the conf across the cluster. 3. Restarted the clu...
   Author: anil gupta, 2012-08-28, 03:30
Re: Disk space usage of HFilev1 vs HFilev2 - HBase - [mail # user]
...Hi Guys,  I was digging through the hbase-default.xml file and i found this property relates HFile handling:             hfile.format.version    ...
   Author: anil gupta, 2012-08-27, 20:19
Sort:
project
HBase (178)
Hadoop (48)
Sqoop (16)
MapReduce (14)
HDFS (10)
type
mail # user (178)
date
last 7 days (0)
last 30 days (4)
last 90 days (4)
last 6 months (54)
last 9 months (178)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (420)
Gary Helmling (290)
anil gupta