[ 
https://issues.apache.org/jira/browse/TRAFODION-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858521#comment-15858521
 ] 

ASF GitHub Bot commented on TRAFODION-2475:
-------------------------------------------

GitHub user sureshsubbiah opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/949

    [TRAFODION-2475] Create table/index or alter does not work with unava…

    …ilable compression options

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sureshsubbiah/incubator-trafodion compress1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/949.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 #949
    
----
commit a2b75756cabb6b0d8483ab4f55933e29055ba3d8
Author: Suresh Subbiah <[email protected]>
Date:   2017-02-08T20:45:45Z

    [TRAFODION-2475] Create table/index or alter does not work with unavailable 
compression options

----


> Create table/index or alter does not work with unavailable compression options
> ------------------------------------------------------------------------------
>
>                 Key: TRAFODION-2475
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2475
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-general
>    Affects Versions: any
>            Reporter: Suresh Subbiah
>            Assignee: Suresh Subbiah
>             Fix For: 2.0-incubating
>
>
> Create table/index option with HBASE_OPTIONS (COMPRESSION = '<val>') does not 
> work well when <val> is a compression option that is not installed or enabled 
> for HBase on the cluster. The 5 allowed values are GZ, LZO, LZ4, NONE, 
> SNAPPY. If one of the 4 allowed compression settings is either not installed 
> or available to HBase, then while creating a table it can either 
> a) hang or take a long time to error out OR
> b) succeed, but have problems while inserting rows later.
> Non-existent compression library should be detected early and CREATE 
> statement should error out. Same is true for ALTER table. 



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

Reply via email to