You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Aaron Kimball (JIRA)" <ji...@apache.org> on 2010/02/23 00:06:27 UTC

[jira] Created: (MAPREDUCE-1524) Support for CLOB and BLOB values larger than can fit in memory

Support for CLOB and BLOB values larger than can fit in memory
--------------------------------------------------------------

                 Key: MAPREDUCE-1524
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1524
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: contrib/sqoop
            Reporter: Aaron Kimball
            Assignee: Aaron Kimball


The patch in MAPREDUCE-1446 provides support for "inline" CLOB and BLOB values which can be fully materialized. Values which are too big for RAM should be written to separate files in HDFS and referenced in an indirect fashion; access should be provided through a stream.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAPREDUCE-1524) Support for CLOB and BLOB values larger than can fit in memory

Posted by "Aaron Kimball (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Kimball resolved MAPREDUCE-1524.
--------------------------------------

    Resolution: Won't Fix

This is part of Sqoop which has been removed from the MapReduce project.

> Support for CLOB and BLOB values larger than can fit in memory
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-1524
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1524
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: contrib/sqoop
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>         Attachments: MAPREDUCE-1524.patch
>
>
> The patch in MAPREDUCE-1446 provides support for "inline" CLOB and BLOB values which can be fully materialized. Values which are too big for RAM should be written to separate files in HDFS and referenced in an indirect fashion; access should be provided through a stream.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.