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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to