You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Rita <rm...@gmail.com> on 2011/11/21 12:44:37 UTC

understanding Rowcounter

Hello,

I have been looking at
http://search-hadoop.com/c/HBase:/src/main/java/org/apache/hadoop/hbase/mapreduce/RowCounter.java%7C%7C+RowCounter
--
the Rowcounter code.


I would like to implement this by using thrift and python without
mapreduce. My guestion is how is the Rowcounter getting the maps for the
mapreduce? I would like to get these maps so I can run it via thrift


-- 
--- Get your facts first, then you can distort them as you please.--

Re: understanding Rowcounter

Posted by Rita <rm...@gmail.com>.
Thanks Doug and Jahangir

On Mon, Nov 21, 2011 at 9:17 AM, Doug Meil <do...@explorysmedical.com>wrote:

>
> You might submit an MR job via thrift, but you don't want to do a rowcount
> on a large table without MapReduce.
>
>
>
>
> On 11/21/11 7:43 AM, "Jahangir Mohammed" <md...@gmail.com> wrote:
>
> >Region is the split used by mapper.
> >
> >Thanks,
> >Jahangir Mohammed.
> >
> >On Mon, Nov 21, 2011 at 6:44 AM, Rita <rm...@gmail.com> wrote:
> >
> >> Hello,
> >>
> >> I have been looking at
> >>
> >>
> >>
> http://search-hadoop.com/c/HBase:/src/main/java/org/apache/hadoop/hbase/m
> >>apreduce/RowCounter.java%7C%7C+RowCounter
> >> --
> >> the Rowcounter code.
> >>
> >>
> >> I would like to implement this by using thrift and python without
> >> mapreduce. My guestion is how is the Rowcounter getting the maps for the
> >> mapreduce? I would like to get these maps so I can run it via thrift
> >>
> >>
> >> --
> >> --- Get your facts first, then you can distort them as you please.--
> >>
>
>
>


-- 
--- Get your facts first, then you can distort them as you please.--

Re: understanding Rowcounter

Posted by Doug Meil <do...@explorysmedical.com>.
You might submit an MR job via thrift, but you don't want to do a rowcount
on a large table without MapReduce.




On 11/21/11 7:43 AM, "Jahangir Mohammed" <md...@gmail.com> wrote:

>Region is the split used by mapper.
>
>Thanks,
>Jahangir Mohammed.
>
>On Mon, Nov 21, 2011 at 6:44 AM, Rita <rm...@gmail.com> wrote:
>
>> Hello,
>>
>> I have been looking at
>>
>> 
>>http://search-hadoop.com/c/HBase:/src/main/java/org/apache/hadoop/hbase/m
>>apreduce/RowCounter.java%7C%7C+RowCounter
>> --
>> the Rowcounter code.
>>
>>
>> I would like to implement this by using thrift and python without
>> mapreduce. My guestion is how is the Rowcounter getting the maps for the
>> mapreduce? I would like to get these maps so I can run it via thrift
>>
>>
>> --
>> --- Get your facts first, then you can distort them as you please.--
>>



Re: understanding Rowcounter

Posted by Jahangir Mohammed <md...@gmail.com>.
Region is the split used by mapper.

Thanks,
Jahangir Mohammed.

On Mon, Nov 21, 2011 at 6:44 AM, Rita <rm...@gmail.com> wrote:

> Hello,
>
> I have been looking at
>
> http://search-hadoop.com/c/HBase:/src/main/java/org/apache/hadoop/hbase/mapreduce/RowCounter.java%7C%7C+RowCounter
> --
> the Rowcounter code.
>
>
> I would like to implement this by using thrift and python without
> mapreduce. My guestion is how is the Rowcounter getting the maps for the
> mapreduce? I would like to get these maps so I can run it via thrift
>
>
> --
> --- Get your facts first, then you can distort them as you please.--
>