[
https://issues.apache.org/jira/browse/TAJO-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaehwa Jung updated TAJO-1319:
------------------------------
Attachment: TAJO-1319.patch
> 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
>
> Attachments: TAJO-1319.patch
>
>
> 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)