You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Raghotham Murthy (JIRA)" <ji...@apache.org> on 2011/04/27 08:42:03 UTC

[jira] [Updated] (HIVE-2132) Load a file into a table/partition should be able to run in parallel

     [ https://issues.apache.org/jira/browse/HIVE-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-2132:
-----------------------------------

    Summary: Load a file into a table/partition should be able to run in parallel  (was: Load a file into a table/partition should be able to run parallely)

> Load a file into a table/partition should be able to run in parallel
> --------------------------------------------------------------------
>
>                 Key: HIVE-2132
>                 URL: https://issues.apache.org/jira/browse/HIVE-2132
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>
> Currently, the load runs sequentially, which can be a problem for loading a large directory.
> The following syntax should work:
> LOAD OVERWRITE DIRECTORY INTO TABLE <T> PARTITION <P>;
> The user should be able the total number of mappers. For now, a single mapper per file is OK.
> We can add support for parallelism within a file later

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira