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