Can't put with ts in shell
--------------------------
Key: HBASE-2160
URL: https://issues.apache.org/jira/browse/HBASE-2160
Project: Hadoop HBase
Issue Type: Bug
Reporter: Jean-Daniel Cryans
Assignee: stack
Fix For: 0.20.3, 0.21.0
On the latest branch I can't issue a put with a ts in the shell, it does this:
{code}
hbase(main):008:0> put 't', 'r', 'f:', 'test', 123123
NameError: no constructor with arguments matching
[class org.jruby.java.proxies.ArrayJavaProxy, class org.jruby.RubyFixnum] on
object #<Java::OrgApacheHadoopHbaseClient::Put:0x49239780>
{code}
It works without a ts and delete/scan aren't affected by this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.