[
https://issues.apache.org/jira/browse/TAJO-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293176#comment-14293176
]
ASF GitHub Bot commented on TAJO-1319:
--------------------------------------
GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/361
TAJO-1319: Tajo can't find HBase configuration file.
Currently, Tajo can't find HBase configuration file as follows:
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.
We need to check tajo shell script file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1319
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/361.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #361
----
commit ce7dad310ea484225d982443969411365e8b6007
Author: JaeHwa Jung <[email protected]>
Date: 2015-01-27T08:23:44Z
TAJO-1319: Tajo can't find HBase configuration file.
----
> 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)