Sharmadha Sainath created HBASE-19962:
-----------------------------------------
Summary: Regression : Unable to use the variable to which a table
is assigned
Key: HBASE-19962
URL: https://issues.apache.org/jira/browse/HBASE-19962
Project: HBase
Issue Type: Bug
Components: hbase
Reporter: Sharmadha Sainath
Getting the table using variable t and using it to do HBase operations fails :
{code}
hbase(main):010:0> t = get_table 't'
Took 0.0015 seconds
hbase(main):011:0> t.scan
NoMethodError: undefined method `command' for nil:NilClass
{code}
HBase version : 2.0.0
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)