Re: Hbase 0.92 Example

2012-10-15 Thread anil gupta
Hi Dalia, I would highly encourage you to go through the JUnit test cases and documentation of Co-processors to get better understanding. Here is the link for code-base of HBase: http://svn.apache.org/repos/asf/hbase/trunk R = The data type which was stored in HBase as Value S = The data type whi

Re: Hbase 0.92 Example

2012-10-15 Thread Dalia Sobhy
Hello anil, What do u mean by promoted data type? Sent from my iPhone On 2012-10-15, at 12:03 AM, "anil gupta" wrote: > R- Cell value data type > S- Promoted data type > > > On Sun, Oct 14, 2012 at 3:39 PM, Dalia Sobhy > wrote: > >> Hi anil, >> >> Whats ? >> Sent from my iPhone >> >> On

Re: Hbase 0.92 Example

2012-10-14 Thread anil gupta
R- Cell value data type S- Promoted data type On Sun, Oct 14, 2012 at 3:39 PM, Dalia Sobhy wrote: > Hi anil, > > Whats ? > Sent from my iPhone > > On 2012-10-14, at 10:24 PM, "anil gupta" wrote: > > > Hi Dalia, > > > > On the client-side you dont need to use that method directly. Instead, > us

Re: Hbase 0.92 Example

2012-10-14 Thread Dalia Sobhy
Hi anil, Whats ? Sent from my iPhone On 2012-10-14, at 10:24 PM, "anil gupta" wrote: > Hi Dalia, > > On the client-side you dont need to use that method directly. Instead, use > the following method : > org.apache.hadoop.hbase.client.coprocessor.AggregationClient.sum(byte[] > tableName, > Col

Re: Hbase 0.92 Example

2012-10-14 Thread anil gupta
Hi Dalia, On the client-side you dont need to use that method directly. Instead, use the following method : org.apache.hadoop.hbase.client.coprocessor.AggregationClient.sum(byte[] tableName, ColumnInterpreter

Re: Hbase 0.92 Example

2012-10-14 Thread Dalia Sobhy
Method in AggregateImplementation class. On 2012-10-14, at 10:05 PM, "anil gupta" wrote: > Hi Dalia, > > Which getSum() method are you talking about? Please be specific. > > Thanks, > Anil Gupta > > On Sun, Oct 14, 2012 at 2:44 PM, Dalia Sobhy > wrote: > >> Could anyone provide me with an

Re: Hbase 0.92 Example

2012-10-14 Thread anil gupta
Hi Dalia, Which getSum() method are you talking about? Please be specific. Thanks, Anil Gupta On Sun, Oct 14, 2012 at 2:44 PM, Dalia Sobhy wrote: > Could anyone provide me with an example on hbase 0.92 on getSum() > function, bec i am unable to implement it. > > Thanks > > > -- Thanks & Rega

Hbase 0.92 Example

2012-10-14 Thread Dalia Sobhy
Could anyone provide me with an example on hbase 0.92 on getSum() function, bec i am unable to implement it. Thanks