[
https://issues.apache.org/jira/browse/TAJO-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227934#comment-15227934
]
ASF GitHub Bot commented on TAJO-2112:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/995
TAJO-2112: Improve disk load, when queries run simultaneously.
I've remove the ``tajo.worker.resource.disks``
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-2112
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/995.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 #995
----
commit 7084e0c57e151a4e014762d1bcb0d64222ce1cf0
Author: Jinho Kim <[email protected]>
Date: 2016-04-06T08:15:38Z
TAJO-2112: Improve disk load, when queries run simultaneously.
----
> Improve disk load, when queries run simultaneously
> --------------------------------------------------
>
> Key: TAJO-2112
> URL: https://issues.apache.org/jira/browse/TAJO-2112
> Project: Tajo
> Issue Type: Improvement
> Components: Resource Manager, Scheduler
> Reporter: Jinho Kim
> Assignee: Jinho Kim
>
> Currently, tajo uses {{tajo.worker.resource.disks}} for resource scheduler
> and it effects the read performance of leaf task. but it does not consider to
> run query simultaneously.
> The disk load control should move to worker node instead of scheduler.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)