[ 
https://issues.apache.org/jira/browse/TAJO-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293531#comment-14293531
 ] 

Hudson commented on TAJO-1319:
------------------------------

FAILURE: Integrated in Tajo-master-CODEGEN-build #205 (See 
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/205/])
TAJO-1319: Tajo can't find HBase configuration file. (jaehwa) (blrunner: rev 
c429c9710ff0c5791a17419d29a5fc7fdea60e4d)
* tajo-core/src/test/java/org/apache/tajo/engine/query/TestHBaseTable.java
* CHANGES
* tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java
* tajo-dist/src/main/bin/tajo
* 
tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseStorageManager.java


> 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)

Reply via email to