Bug 1488723

Summary: hbase-as-a-datasource: sqlline.py step fails
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Valiantsina Hubeika <vhubeika>
Component: QuickstartsAssignee: Jorge Perez Bolano <jperezbo>
Status: NEW --- QA Contact: Andrej Smigala <asmigala>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Support Patch
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Valiantsina Hubeika 2017-09-06 06:04:51 UTC
Description of problem:

Command '$PHOENIX_HOME/bin/sqlline.py localhost $JBOSS_HOME/quickstarts/hbase-as-a-datasource/src/teiidfiles/customer-schema.sql' hangs and eventually ends with an error:
    'Error: ERROR 1102 (XCL02): Cannot get all table regions. (state=XCL02,code=1102)'
    Maybe there is some step missing prior to this one? (To be sure I did not make a mistake, I tried to set up the quick start twice and the error still occurs.)


Version-Release number of selected component (if applicable):

6.4.0.ER2

How reproducible:
100%

Steps to Reproduce:
1. Set up quick start according to readme up until sqlline.py step 
2. Run $PHOENIX_HOME/bin/sqlline.py localhost $JBOSS_HOME/quickstarts/hbase-as-a-datasource/src/teiidfiles/customer-schema.sql


Actual results:
'Error: ERROR 1102 (XCL02): Cannot get all table regions. (state=XCL02,code=1102)'

Expected results:
Command should execute successfully and map `Customer` table in HBase.

Additional info: