[
https://issues.apache.org/jira/browse/TAJO-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13997166#comment-13997166
]
Jihoon Son commented on TAJO-811:
---------------------------------
Hi [~jhkim], thanks for your great contribution!
But, I think that we need to schedule every queries submitted to Tajo including
locally-executed queries and DDLs.
The main application of this feature is the table-level concurrency control to
handle concurrent operation for the same table.
For example, drop table operations for a table should not be executed while any
pre-submitted DML queries for the same table are executed.
So, if you can do easily, do you mind including this feature to the patch?
Otherwise, I'll do at a different issue.
Thanks!
> add simple fifo scheduler support
> ---------------------------------
>
> Key: TAJO-811
> URL: https://issues.apache.org/jira/browse/TAJO-811
> Project: Tajo
> Issue Type: Improvement
> Components: resource manager
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Fix For: 0.9.0
>
> Attachments: TAJO-811.patch
>
>
> Currently, we don't support query scheduling.
> Hyunsik and Min Zhou started to implement the tajo scheduler on TAJO-540.
> It should be a big changes and there are many challenge.
> This issue will be a temporary solution before TAJO-540
--
This message was sent by Atlassian JIRA
(v6.2#6252)