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 67B2D1015E for ; Tue, 3 Dec 2013 14:25:20 +0000 (UTC) Received: (qmail 21521 invoked by uid 500); 3 Dec 2013 14:23:26 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 21367 invoked by uid 500); 3 Dec 2013 14:23:21 -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 21334 invoked by uid 99); 3 Dec 2013 14:23:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 14:23:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 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, 03 Dec 2013 14:23:18 +0000 Received: (qmail 17763 invoked by uid 99); 3 Dec 2013 14:21:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 14:21:37 +0000 Date: Tue, 3 Dec 2013 14:21:37 +0000 (UTC) From: "JaeHwa Jung (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAJO-371) Increase the default value of worker memory 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-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837725#comment-13837725 ] JaeHwa Jung commented on TAJO-371: ---------------------------------- Thanks [~jihoonson]. After apply the patch, worker operates successfully. :) > Increase the default value of worker memory > ------------------------------------------- > > Key: TAJO-371 > URL: https://issues.apache.org/jira/browse/TAJO-371 > Project: Tajo > Issue Type: Improvement > Components: worker > Affects Versions: 0.8-incubating > Reporter: Jihoon Son > Assignee: Jihoon Son > Priority: Minor > Attachments: TAJO-371.patch > > > Since the default value of the worker memory and the memory required to launch the query master are same, the worker that launches a query master doesn't have any free memory without an extra configuration. > In a cluster consisting of one machine, this causes "no available worker resource for an execution block", and any queries cannot be executed. > Though it is not an error, but it can make users confused. -- This message was sent by Atlassian JIRA (v6.1#6144)