Jaehwa Jung created TAJO-1319:
---------------------------------
Summary: Tajo can't find HBase configuration file.
Key: TAJO-1319
URL: https://issues.apache.org/jira/browse/TAJO-1319
Project: Tajo
Issue Type: Bug
Components: storage
Reporter: Jaehwa Jung
Assignee: Jaehwa Jung
Fix For: 0.10
Currently, Tajo can't find HBase configuration file as follows:
{code:xml}
default> CREATE EXTERNAL TABLE hbase_blog (rowkey text, author text,
register_date text, title text)
> USING hbase WITH (
> 'table'='blog'
> , 'columns'=':key,info:author,info:date,content:title');
ERROR: HBase mapped table is required a 'hbase.zookeeper.quorum' attribute.
{code}
We need to check tajo shell script file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)