Re: java.io.IOException: Pass a Delete or a Put

2012-09-12 Thread Jothikumar Ekanath
Any help on this one please. On Tue, Sep 11, 2012 at 11:19 AM, Jothikumar Ekanath kbmku...@gmail.comwrote: Hi Stack, Thanks for the reply. I looked at the code and i am having a very basic confusion on how to use it correctly. The code i wrote earlier has the following input

Re: java.io.IOException: Pass a Delete or a Put

2012-09-12 Thread Jothikumar Ekanath
, Jothikumar Ekanath kbmku...@gmail.com wrote: Any help on this one please. On Tue, Sep 11, 2012 at 11:19 AM, Jothikumar Ekanath kbmku...@gmail.comwrote: Hi Stack, Thanks for the reply. I looked at the code and i am having a very basic confusion on how to use it correctly

Re: java.io.IOException: Pass a Delete or a Put

2012-09-11 Thread Jothikumar Ekanath
Hi, I am kind of stuck on this one, I read all the other similar issues and coded based on that. But still i get this error. Any help or clue will help me moving forward. Thanks On Mon, Sep 10, 2012 at 7:06 PM, Jothikumar Ekanath kbmku...@gmail.comwrote: Hi, Getting this error

Re: java.io.IOException: Pass a Delete or a Put

2012-09-11 Thread Jothikumar Ekanath
++); ImmutableBytesWritable ibw = new ImmutableBytesWritable(Bytes.toBytes(key.toString())); context.write(ibw,put); } } On Tue, Sep 11, 2012 at 10:38 AM, Stack st...@duboce.net wrote: On Mon, Sep 10, 2012 at 7:06 PM, Jothikumar Ekanath kbmku...@gmail.com wrote: Hi

java.io.IOException: Pass a Delete or a Put

2012-09-10 Thread Jothikumar Ekanath
Hi, Getting this error while using hbase as a sink. Error java.io.IOException: Pass a Delete or a Put at org.apache.hadoop.hbase.mapreduce.TableOutputFormat$TableRecordWriter.write(TableOutputFormat.java:125) at

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
Hi, Thanks for the response, sorry i put this email in the dev space. My data replication is 2. and yes the region and master server connectivity is good Initially i started with 4 data nodes and 1 master, i faced the same problem. So i reduced the data nodes to 1 and wanted to test it.

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
: On Wed, Aug 22, 2012 at 8:43 AM, Jothikumar Ekanath kbmku...@gmail.com wrote: Hi, Thanks for the response, sorry i put this email in the dev space. My data replication is 2. and yes the region and master server connectivity is good Initially i started with 4 data nodes

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
to true, Thanks Jothikumar On Wed, Aug 22, 2012 at 11:01 AM, Stack st...@duboce.net wrote: On Wed, Aug 22, 2012 at 10:41 AM, Jothikumar Ekanath kbmku...@gmail.com wrote: Hi Stack, Ok, i will cleanup everything and start from fresh. This time i will add one more data node so 1 hbase

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
for the excellent support Jothikumar On Wed, Aug 22, 2012 at 11:24 AM, Stack st...@duboce.net wrote: On Wed, Aug 22, 2012 at 11:16 AM, Jothikumar Ekanath kbmku...@gmail.com wrote: Do my configuration looks correct? do i need to set anything in the hbase-env.sh? I already set the manage_ZK to true