You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Anoop Sharma (JIRA)" <ji...@apache.org> on 2017/05/23 23:41:04 UTC

[jira] [Created] (TRAFODION-2621) Add support to create a trafodion table LIKE a native hive or HBase table

Anoop Sharma created TRAFODION-2621:
---------------------------------------

             Summary: Add support to create a trafodion table LIKE a native hive or HBase table
                 Key: TRAFODION-2621
                 URL: https://issues.apache.org/jira/browse/TRAFODION-2621
             Project: Apache Trafodion
          Issue Type: Improvement
            Reporter: Anoop Sharma
            Assignee: Anoop Sharma
            Priority: Minor


Currently, an error is returned if a table is created like a native hive or native HBase cell/row format table using the create like syntax.

This jira is filed to add support for following statements:

  create table ttraf_like_hive like hive.hive.thive;

  create table ttraf_like_hbasecell like hbase."_CELL_".hb;
  create table ttraf_like_hbaserow like hbase."_ROW_".hb;



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)