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

Rajesh Balamohan updated TEZ-1260:
----------------------------------

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

Thanks [~rohini] and [~gopalv].  Committed to master.

commit 333d64434c5523d8885245e66974bc151d6d9f6a
Author: Rajesh Balamohan <[email protected]>
Date:   Wed Jul 16 08:17:31 2014 +0530
    TEZ-1260. Allow KeyValueWriter to support writing list of values

> Allow KeyValueWriter to support writing list of values also
> -----------------------------------------------------------
>
>                 Key: TEZ-1260
>                 URL: https://issues.apache.org/jira/browse/TEZ-1260
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Rohini Palaniswamy
>            Assignee: Rajesh Balamohan
>             Fix For: 0.5.0
>
>         Attachments: TEZ-1260.1.patch, TEZ-1260.2.patch
>
>
> TEZ-1228 adds support to IFile for storing K,L<V>.  Currently KeyValueWriter 
> allows write of K,V
> public void write(Object key, Object value) throws IOException;
> We should add support for 
> public void write(Object key, Iterable<Object> values) throws IOException;
> taking advantage of TEZ-1228. In few cases, pig unwraps key, list<values> and 
> writes them as separate K,V pairs. This can avoid that overhead. That may 
> enable us to even add something similar to hash based partial aggregation for 
> join like what we do for groupby.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to