[
https://issues.apache.org/jira/browse/TAJO-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651516#comment-14651516
]
Hudson commented on TAJO-1736:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #424 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/424/])
TAJO-1736: Remove unnecessary getMountPath(). (jhkim: rev
e44bca79ddc4afdae6898f75f07bda0d3830db53)
* tajo-core/src/main/java/org/apache/tajo/master/TajoMaster.java
* CHANGES
* tajo-core/src/main/java/org/apache/tajo/worker/TajoWorker.java
> Remove unnecessary getMountPath()
> ---------------------------------
>
> Key: TAJO-1736
> URL: https://issues.apache.org/jira/browse/TAJO-1736
> Project: Tajo
> Issue Type: Improvement
> Components: TajoMaster, Worker
> Affects Versions: 0.9.0, 0.10.0, 0.10.1
> Reporter: YeonSu Han
> Assignee: YeonSu Han
> Priority: Minor
> 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)