[
https://issues.apache.org/jira/browse/TAJO-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651114#comment-14651114
]
ASF GitHub Bot commented on TAJO-1736:
--------------------------------------
GitHub user hys9958 opened a pull request:
https://github.com/apache/tajo/pull/674
TAJO-1736: Remove and improvement a unnecessary method(getMountPath()).
Hi.
- I have removed getMountPath() of TajoMaster.
- I have removed getMountPath() of TajoWorker and changed
initCleanupService() so that use WORKER_TEMPORAL_DIR of config.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hys9958/tajo TAJO-1736-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/674.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 #674
----
commit ef1835063f1e264f4ba7e7c6d3158d371d422835
Author: Yeonsu Han <[email protected]>
Date: 2015-08-02T18:20:00Z
TAJO-1736: Remove and improvement a unnecessary method(getMountPath()).
----
> Remove and improvement a unnecessary method(getMountPath()).
> ------------------------------------------------------------
>
> Key: TAJO-1736
> URL: https://issues.apache.org/jira/browse/TAJO-1736
> Project: Tajo
> Issue Type: Improvement
> Components: TajoMaster, Worker
> Reporter: YeonSu Han
> Assignee: YeonSu Han
> Fix For: 0.11.0
>
>
> Remove and improvement a unnecessary method(getMountPath()).
> - getMountPath() of TajoMaster is not use. So it be remove.
> - getMountPath() of TajoWorker is only use in initCleanupService() of
> TajoWorker. It is in order that get count of worker temporal dir. But
> getMountPath() is unobtainable correct count. It can get in
> WORKER_TEMPORAL_DIR of config.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)