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

Zheng Shao updated HIVE-113:
----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

HIVE-113. Distribute by and sort by support. (zshao)

> 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
>         Attachments: HIVE-113-1.patch, HIVE-113-2.patch
>
>
> 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.

Reply via email to