[
https://issues.apache.org/jira/browse/TRAFODION-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16005254#comment-16005254
]
ASF GitHub Bot commented on TRAFODION-2610:
-------------------------------------------
GitHub user anoopsharma00 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1090
TRAFODION-2610 Register native HBase tables in traf MD plus HB Mapped table
fixes
-- support for registering hbase native cell/row format tables in traf MD
Syntax:
register [internal] hbase table [if not exists] <table-name>
unregister [internal] hbase table [if exists] <table-name>
-- support to get info related to registered hbase tables
Syntax: get hbase registered table in catalog trafodion
-- enhancements to HBase mapped tables and bug fixes
-- disabling of creation of external tables on native hbase
tables unless they are mapped tables
-- support for case-insensitive format string in TO_DATE function
(exp/exp_datetime.h)
-- regress/seabase/TEST022 enhanced with additional tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsharma00/incubator-trafodion
ansharma_hbasereg_deliver_br
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1090.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 #1090
----
commit 6ffe0b5b6097ab503965f40734ba7f0275892f01
Author: Anoop Sharma <[email protected]>
Date: 2017-05-10T19:16:18Z
TRAFODION-2610 Register native HBase tables in traf MD plus couple more
-- support for registering hbase native cell/row format tables in traf MD
Syntax:
register [internal] hbase table [if not exists] <table-name>
unregister [internal] hbase table [if exists] <table-name>
-- support to get info related to registered hbase tables
Syntax: get hbase registered table in catalog trafodion
-- enhancements to HBase mapped tables and bug fixes
-- disabling of creation of external tables on native hbase
tables unless they are mapped tables
-- support for case-insensitive format string in TO_DATE function
(exp/exp_datetime.h)
-- regress/seabase/TEST022 enhanced with additional tests
----
> Add support to register HBase native tables in Traf metadata
> ------------------------------------------------------------
>
> Key: TRAFODION-2610
> URL: https://issues.apache.org/jira/browse/TRAFODION-2610
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: Anoop Sharma
> Assignee: Anoop Sharma
> Priority: Minor
>
> When an HBase table is accessed in CELL or ROW format for certain
> operations (upd stats, grant/revoke, etc), an implicit external table is
> created to generate an object UID.
> Proposed enhancement is to provide support to register them in traf
> metadata without creating an external table.
> This jira is the followup to the same enhancement done for hive
> table (TRAFODION-2584).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)