Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 528D710EC4 for ; Tue, 19 Nov 2013 05:46:35 +0000 (UTC) Received: (qmail 69174 invoked by uid 500); 19 Nov 2013 05:46:00 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 69139 invoked by uid 500); 19 Nov 2013 05:45:57 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 69119 invoked by uid 99); 19 Nov 2013 05:45:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Nov 2013 05:45:53 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 19 Nov 2013 05:45:52 +0000 Received: (qmail 68514 invoked by uid 99); 19 Nov 2013 05:45:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Nov 2013 05:45:21 +0000 Date: Tue, 19 Nov 2013 05:45:21 +0000 (UTC) From: "Hyunsik Choi (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAJO-314) Make TaskScheduler be pluggable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAJO-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826219#comment-13826219 ] Hyunsik Choi commented on TAJO-314: ----------------------------------- The main reason why the storage manager uses handler names and a map to indicate an actual class name is to enable users to not specify very long canonical class names within a SQL statement. However, for scheduler, I think that just a class name may be enough. Also, I would like to suggest 'tajo.querymaster.task-scheduler.class' because TaskScheduler works in querymaster. I'll continue to review the remain parts. > Make TaskScheduler be pluggable > ------------------------------- > > Key: TAJO-314 > URL: https://issues.apache.org/jira/browse/TAJO-314 > Project: Tajo > Issue Type: Improvement > Components: master > Reporter: Jihoon Son > Assignee: Jihoon Son > Fix For: 0.8-incubating > > Attachments: TAJO-314.patch > > > The task scheduler can be changed according to the task scheduling algorithm, the locality policy of the storage, and so on. > Thus, we need to improve the task scheduler interface to be pluggable. -- This message was sent by Atlassian JIRA (v6.1#6144)