ERROR: Unable to access Hbase interface.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trafodion |
Invalid
|
Critical
|
Joanie Cooper |
Bug Description
From trafci, querying table works fine but dropping throws following error message:
-------
SQL>show tables;
TABLE NAMES
-------
ICEWALLTEST_MD5 ICEWALLTEST_PLAIN ICEWALLTEST_PLAIN2
SQL>select count(*) from ICEWALLTEST_PLAIN2;
(EXPR)
-------
--- 1 row(s) selected.
SQL>drop table ICEWALLTEST_PLAIN2;
*** ERROR[8448] Unable to access Hbase interface. Call to ExpHbaseInterfa
java.util.
java.util.
java.util.
org.trafodion.
. [2015-03-25 18:59:17]
*** ERROR[8839] Transaction was aborted. [2015-03-25 18:59:17]
-------
Trafodion Build: Version 1.0.1 Release 1.1.0 (Build release [goyalna], branch a94de6e-master, date 06Mar15)
Hadoop Distro: HDP 2.2
Everything is green at Ambari admin.
Changed in trafodion: | |
assignee: | nobody → Joanie Cooper (joanie-cooper) |
Changed in trafodion: | |
milestone: | none → r1.1 |
status: | New → In Progress |
description: | updated |
Additional info:
From sqlci it also throws below error message:
------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- --- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ---
>>drop table ICEWALLTEST_PLAIN2;
*** ERROR[8604] Transaction subsystem TMF returned error 82 while starting a transaction.
--- SQL operation failed with errors.
-------