You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "He Yongqiang (Created) (JIRA)" <ji...@apache.org> on 2012/03/20 20:21:38 UTC

[jira] [Created] (HBASE-5605) compression does not work in Store.java trunk

compression does not work in Store.java trunk
---------------------------------------------

                 Key: HBASE-5605
                 URL: https://issues.apache.org/jira/browse/HBASE-5605
             Project: HBase
          Issue Type: Bug
            Reporter: He Yongqiang
            Assignee: He Yongqiang




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5605) compression does not work in Store.java trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233930#comment-13233930 ] 

Hudson commented on HBASE-5605:
-------------------------------

Integrated in HBase-TRUNK #2688 (See [https://builds.apache.org/job/HBase-TRUNK/2688/])
    HBASE-5605 [jira] compression does not work in Store.java

Author: Yongqiang He

Summary: need to pass compression parameter to WriterBuilder

Test Plan: one simple and straightforward change

Reviewers: mbautin

Reviewed By: mbautin

CC: tedyu

Differential Revision: https://reviews.facebook.net/D2391 (Revision 1303150)

     Result = SUCCESS
mbautin : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java

                
> compression does not work in Store.java trunk
> ---------------------------------------------
>
>                 Key: HBASE-5605
>                 URL: https://issues.apache.org/jira/browse/HBASE-5605
>             Project: HBase
>          Issue Type: Bug
>            Reporter: He Yongqiang
>            Assignee: He Yongqiang
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5605) compression does not work in Store.java trunk

Posted by "Kannan Muthukkaruppan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233781#comment-13233781 ] 

Kannan Muthukkaruppan commented on HBASE-5605:
----------------------------------------------

good catch Yongqiang!
                
> compression does not work in Store.java trunk
> ---------------------------------------------
>
>                 Key: HBASE-5605
>                 URL: https://issues.apache.org/jira/browse/HBASE-5605
>             Project: HBase
>          Issue Type: Bug
>            Reporter: He Yongqiang
>            Assignee: He Yongqiang
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-5605) compression does not work in Store.java trunk

Posted by "Mikhail Bautin (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Bautin resolved HBASE-5605.
-----------------------------------

    Resolution: Fixed

This has been committed into trunk and in 89-fb.
                
> compression does not work in Store.java trunk
> ---------------------------------------------
>
>                 Key: HBASE-5605
>                 URL: https://issues.apache.org/jira/browse/HBASE-5605
>             Project: HBase
>          Issue Type: Bug
>            Reporter: He Yongqiang
>            Assignee: He Yongqiang
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5605) compression does not work in Store.java trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234135#comment-13234135 ] 

Hudson commented on HBASE-5605:
-------------------------------

Integrated in HBase-TRUNK-security #144 (See [https://builds.apache.org/job/HBase-TRUNK-security/144/])
    HBASE-5605 [jira] compression does not work in Store.java

Author: Yongqiang He

Summary: need to pass compression parameter to WriterBuilder

Test Plan: one simple and straightforward change

Reviewers: mbautin

Reviewed By: mbautin

CC: tedyu

Differential Revision: https://reviews.facebook.net/D2391 (Revision 1303150)

     Result = FAILURE
mbautin : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java

                
> compression does not work in Store.java trunk
> ---------------------------------------------
>
>                 Key: HBASE-5605
>                 URL: https://issues.apache.org/jira/browse/HBASE-5605
>             Project: HBase
>          Issue Type: Bug
>            Reporter: He Yongqiang
>            Assignee: He Yongqiang
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5605) compression does not work in Store.java trunk

Posted by "He Yongqiang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233681#comment-13233681 ] 

He Yongqiang commented on HBASE-5605:
-------------------------------------

https://reviews.facebook.net/D2391
                
> compression does not work in Store.java trunk
> ---------------------------------------------
>
>                 Key: HBASE-5605
>                 URL: https://issues.apache.org/jira/browse/HBASE-5605
>             Project: HBase
>          Issue Type: Bug
>            Reporter: He Yongqiang
>            Assignee: He Yongqiang
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira