You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/12/04 15:41:44 UTC

[jira] Assigned: (HIVE-113) support of distribute by and sort by

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

Zheng Shao reassigned HIVE-113:
-------------------------------

    Assignee: Zheng Shao

> support of distribute by and sort by
> ------------------------------------
>
>                 Key: HIVE-113
>                 URL: https://issues.apache.org/jira/browse/HIVE-113
>             Project: Hadoop Hive
>          Issue Type: New Feature
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>
> Currently Hive supports "cluster by" which puts the columns into map-reduce key.  Hadoop map-reduce actually allows different partitioning (we call distribute) keys and sorting keys.
> In Hive language, we will add "distribute by" for specifying the partition key, and "sort by" for specifying the sort key. "cluster by" will be a short-cut for "distribute by" and "sort by" with the same keys.

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