You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/08/03 14:36:11 UTC

[jira] [Commented] (TAJO-988) HashShuffleWriter should support all of temporal directory

    [ https://issues.apache.org/jira/browse/TAJO-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083963#comment-14083963 ] 

ASF GitHub Bot commented on TAJO-988:
-------------------------------------

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/102

    TAJO-988: HashShuffleWriter should support all of temporal directory

    Currently, HashShuffleWriter write the tuples to only one disk per task. it causes too many files in same disk. We should fix it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-988

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/102.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #102
    
----
commit d783177798e08430e4e3319e2af1fe2615d0521f
Author: jinossy <ji...@gmail.com>
Date:   2014-08-03T02:49:50Z

    added disk balancing in shuffle

commit 4b9bebcface8e618c32ff5b72066a04e959d8817
Author: jinossy <ji...@gmail.com>
Date:   2014-08-03T12:32:07Z

    TAJO-988: HashShuffleWriter should support all of temporal directory

----


> HashShuffleWriter should support all of temporal directory
> ----------------------------------------------------------
>
>                 Key: TAJO-988
>                 URL: https://issues.apache.org/jira/browse/TAJO-988
>             Project: Tajo
>          Issue Type: Improvement
>          Components: physical operator
>    Affects Versions: 0.9.0
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>
> Currently, HashShuffleWriter write the tuples to only one disk per task. it causes too many files in same disk. We should fix it.



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