hi ted
columnar:column1 contains integer value.
if i perform increment on a new row then increment  operation is successful.
like
* incr 't1','newrow','cloumnar:column1',1*

Hi Jean i am not incrementing with a string value, i am giving integer
value.


Thanks for the response guys,
looking for solution....


On Thu, Aug 29, 2013 at 10:08 PM, Jean-Daniel Cryans <jdcry...@apache.org>wrote:

> You probably put a string in there that was a number, and increment expects
> a 8 bytes long. For example, if you did:
>
> put 't1', '9row27', 'columnar:column1', '1'
>
> Then did an increment on that, it would fail.
>
> J-D
>
>
> On Thu, Aug 29, 2013 at 4:42 AM, yeshwanth kumar <yeshwant...@gmail.com
> >wrote:
>
> > i am newbie to Hbase,
> > going through Counters topic,
> > whenever i perform increment like
> >
> > """incr 't1','9row27','columnar:column1',1"""
> >
> > it gives an
> >
> > ERROR: org.apache.hadoop.hbase.DoNotRetryIOException:
> > org.apache.hadoop.hbase.DoNotRetryIOException: Attempted to increment
> field
> > that isn't 64 bits wide
> >
> > looking for some help
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "NoSQL Databases" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nosql-databases+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

Reply via email to