You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/08/01 06:19:36 UTC

[jira] [Commented] (HIVE-3153) Release codecs and output streams between flushes of RCFile

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

Hudson commented on HIVE-3153:
------------------------------

Integrated in Hive-trunk-h0.21 #1581 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1581/])
    HIVE-3153 : Release codecs and output streams between flushes of RCFile (Owen Omalley via Ashutosh Chauhan) (Revision 1367692)

     Result = SUCCESS
hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1367692
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/RCFile.java

                
> Release codecs and output streams between flushes of RCFile
> -----------------------------------------------------------
>
>                 Key: HIVE-3153
>                 URL: https://issues.apache.org/jira/browse/HIVE-3153
>             Project: Hive
>          Issue Type: Improvement
>          Components: Compression
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.10.0
>
>         Attachments: hive-3153.patch
>
>
> Currently, RCFile writer holds a compression codec per a file and a compression output stream per a column. Especially for queries that use dynamic partitions this quickly consumes a lot of memory.
> I'd like flushRecords to get a codec from the pool and create the compression output stream in flushRecords.

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