[
https://issues.apache.org/jira/browse/TAJO-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mai Hai Thanh updated TAJO-983:
-------------------------------
Attachment: TAJO-983.140902.patch
Thank Hyunsik! I fixed the bug and uploaded the new patch to both this Jira
page and the review board: https://reviews.apache.org/r/25242/
I also tried to refactor the code to avoid code copying. However, after
refactoring, many tests failed due to an exception throw by Netty and I could
not find a solution. In summary, except the copying of some code, other things
go well.
Beside, now I have a patch file, how can I open a pull request as often be seen
by other members ? (Looking at the pull requests made by others, I like Git's
interface more than that of the review board)
> Worker should directly read Intermediate data stored in localhost rather than
> fetching
> --------------------------------------------------------------------------------------
>
> Key: TAJO-983
> URL: https://issues.apache.org/jira/browse/TAJO-983
> Project: Tajo
> Issue Type: Bug
> Components: data shuffle
> Reporter: Hyunsik Choi
> Assignee: Mai Hai Thanh
> Attachments: TAJO-983.140820.0.patch.txt, TAJO-983.140822.patch.txt,
> TAJO-983.140825.1.patch.txt, TAJO-983.140902.patch
>
>
> Currently, worker always fetches all intermediate via Fetcher and than store
> them in local file system even though some intermediate data already are
> stored in local file system. It is inefficient and causes unnecessary I/O and
> extra storage occupation. We should improve it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)