[
https://issues.apache.org/jira/browse/TAJO-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103619#comment-15103619
]
ASF GitHub Bot commented on TAJO-2053:
--------------------------------------
Github user blrunner commented on a diff in the pull request:
https://github.com/apache/tajo/pull/941#discussion_r49942345
--- Diff: tajo-docs/src/main/sphinx/hbase_integration.rst ---
@@ -94,7 +99,8 @@ In order to create a new HBase table which is to be
managed by Tajo, use the USI
CREATE EXTERNAL TABLE blog (rowkey text, author text, register_date
text, title text)
USING hbase WITH (
'table'='blog'
- , 'columns'=':key,info:author,info:date,content:title');
+ , 'columns'=':key,info:author,info:date,content:title')
+ LOCATION 'hbase:zk://localhost:2181/';
--- End diff --
We need to specify general environment. So, you need to use ``<hostname>``
instead of ``localhost`` and ``<port>`` instead of ``2181``.
> Update description for HBase configuration.
> -------------------------------------------
>
> Key: TAJO-2053
> URL: https://issues.apache.org/jira/browse/TAJO-2053
> Project: Tajo
> Issue Type: Improvement
> Components: Documentation
> Reporter: Jaehwa Jung
> Assignee: Dongkyu Hwangbo
> Labels: newbie
> Fix For: 0.12.0, 0.11.1
>
>
> We need to update for HBase configuration as following:
> * Use {{hbase:zk://}} instead of {{hbase://}}
> http://tajo.apache.org/docs/current/table_management/tablespaces.html
> * Add trivial comments for TableSpace
> http://tajo.apache.org/docs/current/hbase_integration.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)