[
https://issues.apache.org/jira/browse/TAJO-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14143549#comment-14143549
]
Hyunsik Choi edited comment on TAJO-983 at 9/22/14 9:26 PM:
------------------------------------------------------------
Hi Mai,
If you work on source code which is checked out via git, just execute the
following command:
{code}
git pull origin master
{code}
{{pull}} command fetch and merge the latest updated revision to your working
revision. Before executing {{git pull}}, you need to commit your working source.
was (Author: hyunsik):
Hi Mai,
If you work on source code which is checked out via git, you just execute the
following command:
{code}
git pull origin master
{code}
{{pull}} command fetch and merge the latest updated revision to your working
revision. Before executing {{git pull}}, you need to commit your working source.
> 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, TAJO-983.140904.patch,
> TAJO-983.140916.patch, TAJO-983.140918.patch, TAJO-983.140922.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)