You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Ranjini Rathinam <ra...@gmail.com> on 2013/12/31 11:43:28 UTC

Split using mapreduce in hbase

Hi,

I want to split a file containg 20 attibutes. the first 10 must go in one
hbase table

and another 10 must go in another hbase table .

I used MultiTableoutputFormat. but still not working.

how to pass table name in it.?

Please help me in fixing this. please provide sample code for this.

Thanks in advance.

Ranjini.R

Re: Split using mapreduce in hbase

Posted by Ranjini Rathinam <ra...@gmail.com>.
> Hi,
>
> I am using 0.92 version for hbase.
>
> Ranjini
>
>  On Thu, Jan 2, 2014 at 10:22 AM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>>
>>
>> ---------- Forwarded message ----------
>> From: Ted Yu <yu...@gmail.com>
>> Date: Tue, Dec 31, 2013 at 8:06 PM
>> Subject: Re: Split using mapreduce in hbase
>> To: "user@hbase.apache.org" <us...@hbase.apache.org>
>>
>>
>> You can refer to this:
>> http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout
>> putformat/
>>
>> What HBase version are you using ?
>>
>> Cheers
>>
>>
>> On Tue, Dec 31, 2013 at 2:43 AM, Ranjini Rathinam <ranjinibecse@gmail.com
>> >wrote:
>>
>> > Hi,
>> >
>> > I want to split a file containg 20 attibutes. the first 10 must go in
>> one
>> > hbase table
>> >
>> > and another 10 must go in another hbase table .
>> >
>> > I used MultiTableoutputFormat. but still not working.
>> >
>> > how to pass table name in it.?
>> >
>> > Please help me in fixing this. please provide sample code for this.
>> >
>> > Thanks in advance.
>> >
>> > Ranjini.R
>> >
>>
>>
>

Re: Split using mapreduce in hbase

Posted by Ranjini Rathinam <ra...@gmail.com>.
> Hi,
>
> I am using 0.92 version for hbase.
>
> Ranjini
>
>  On Thu, Jan 2, 2014 at 10:22 AM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>>
>>
>> ---------- Forwarded message ----------
>> From: Ted Yu <yu...@gmail.com>
>> Date: Tue, Dec 31, 2013 at 8:06 PM
>> Subject: Re: Split using mapreduce in hbase
>> To: "user@hbase.apache.org" <us...@hbase.apache.org>
>>
>>
>> You can refer to this:
>> http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout
>> putformat/
>>
>> What HBase version are you using ?
>>
>> Cheers
>>
>>
>> On Tue, Dec 31, 2013 at 2:43 AM, Ranjini Rathinam <ranjinibecse@gmail.com
>> >wrote:
>>
>> > Hi,
>> >
>> > I want to split a file containg 20 attibutes. the first 10 must go in
>> one
>> > hbase table
>> >
>> > and another 10 must go in another hbase table .
>> >
>> > I used MultiTableoutputFormat. but still not working.
>> >
>> > how to pass table name in it.?
>> >
>> > Please help me in fixing this. please provide sample code for this.
>> >
>> > Thanks in advance.
>> >
>> > Ranjini.R
>> >
>>
>>
>

Re: Split using mapreduce in hbase

Posted by Ranjini Rathinam <ra...@gmail.com>.
> Hi,
>
> I am using 0.92 version for hbase.
>
> Ranjini
>
>  On Thu, Jan 2, 2014 at 10:22 AM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>>
>>
>> ---------- Forwarded message ----------
>> From: Ted Yu <yu...@gmail.com>
>> Date: Tue, Dec 31, 2013 at 8:06 PM
>> Subject: Re: Split using mapreduce in hbase
>> To: "user@hbase.apache.org" <us...@hbase.apache.org>
>>
>>
>> You can refer to this:
>> http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout
>> putformat/
>>
>> What HBase version are you using ?
>>
>> Cheers
>>
>>
>> On Tue, Dec 31, 2013 at 2:43 AM, Ranjini Rathinam <ranjinibecse@gmail.com
>> >wrote:
>>
>> > Hi,
>> >
>> > I want to split a file containg 20 attibutes. the first 10 must go in
>> one
>> > hbase table
>> >
>> > and another 10 must go in another hbase table .
>> >
>> > I used MultiTableoutputFormat. but still not working.
>> >
>> > how to pass table name in it.?
>> >
>> > Please help me in fixing this. please provide sample code for this.
>> >
>> > Thanks in advance.
>> >
>> > Ranjini.R
>> >
>>
>>
>

Re: Split using mapreduce in hbase

Posted by Ranjini Rathinam <ra...@gmail.com>.
> Hi,
>
> I am using 0.92 version for hbase.
>
> Ranjini
>
>  On Thu, Jan 2, 2014 at 10:22 AM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>>
>>
>> ---------- Forwarded message ----------
>> From: Ted Yu <yu...@gmail.com>
>> Date: Tue, Dec 31, 2013 at 8:06 PM
>> Subject: Re: Split using mapreduce in hbase
>> To: "user@hbase.apache.org" <us...@hbase.apache.org>
>>
>>
>> You can refer to this:
>> http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout
>> putformat/
>>
>> What HBase version are you using ?
>>
>> Cheers
>>
>>
>> On Tue, Dec 31, 2013 at 2:43 AM, Ranjini Rathinam <ranjinibecse@gmail.com
>> >wrote:
>>
>> > Hi,
>> >
>> > I want to split a file containg 20 attibutes. the first 10 must go in
>> one
>> > hbase table
>> >
>> > and another 10 must go in another hbase table .
>> >
>> > I used MultiTableoutputFormat. but still not working.
>> >
>> > how to pass table name in it.?
>> >
>> > Please help me in fixing this. please provide sample code for this.
>> >
>> > Thanks in advance.
>> >
>> > Ranjini.R
>> >
>>
>>
>

Re: Split using mapreduce in hbase

Posted by Ted Yu <yu...@gmail.com>.
You can refer to this:
http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout
putformat/

What HBase version are you using ?

Cheers


On Tue, Dec 31, 2013 at 2:43 AM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> I want to split a file containg 20 attibutes. the first 10 must go in one
> hbase table
>
> and another 10 must go in another hbase table .
>
> I used MultiTableoutputFormat. but still not working.
>
> how to pass table name in it.?
>
> Please help me in fixing this. please provide sample code for this.
>
> Thanks in advance.
>
> Ranjini.R
>