Ted Yu already answered that yesterday:
If you look at HBase.rb, line 554, you would find the bug.
Here is the correct call:
split = KeyValue.parseColumn(column.to_java_bytes)
I guess that line was copied from line 546 which isn't in for loop.
You can file a JIRA.
J-D
On Wed, Jul 7, 2010 at 7:06 PM, fullysane <[email protected]> wrote:
>
> Hi:
>
> I got undefined method columns.to_java_bytes when execute the get command
> under hbase shell in ./bin/hbase-0.20.5. The problem happened at the line
> 554 of Hbase.rb Ruby code on line 554.
>
> What should I do to fix it.
>
> Any help is apprecaited.
>
> Thanks,
>
> Fuesane Cheng
> --
> View this message in context:
> http://old.nabble.com/columns.to_java_bytes-undefined-method-in-HBase.rb-line-554-tp29100014p29100014.html
> Sent from the HBase User mailing list archive at Nabble.com.
>
>