You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:16:04 UTC

[jira] [Created] (TRAFODION-449) LP Bug: 1342465 - showddl does not show the hbase options used when the table was created

Alice Chen created TRAFODION-449:
------------------------------------

             Summary: LP Bug: 1342465 - showddl does not show the hbase options used when the table was created
                 Key: TRAFODION-449
                 URL: https://issues.apache.org/jira/browse/TRAFODION-449
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-cmp
            Reporter: Anoop Sharma
            Assignee: Anoop Sharma
             Fix For: 0.9 (pre-incubation)


At table create time, users can specify hbase options (like BLOCKCACHE, COMPRESSION, etc).
But a showddl on that table does not show those options.

Ex:
  create table t (a int not null primary key) hbase_options (blockcache = 'TRUE', COMPRESSION = 'LZ4').

  showddl t;
  -- does not show hbase_options.

Need to save these options in metadata and then display them when showddl is issued.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)