Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C116108C2 for ; Wed, 10 Apr 2013 08:54:46 +0000 (UTC) Received: (qmail 60603 invoked by uid 500); 10 Apr 2013 08:54:46 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 60437 invoked by uid 500); 10 Apr 2013 08:54:41 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 60355 invoked by uid 99); 10 Apr 2013 08:54:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 08:54:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ecisp.wangshuo@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vb0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 08:54:34 +0000 Received: by mail-vb0-f48.google.com with SMTP id p13so165721vbe.7 for ; Wed, 10 Apr 2013 01:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=mGDplHaBAESlJAopZmxfJ5y8t+AlPiERGAxIujKFGGE=; b=eESEbse07oczn4LNqluL4drh4WwHNIgkyLM+uusPuFEnavvc4EPNr4jagw7/q9NnMl qjO+61Y1EOWDqEs0pdamDlhB500HfJKrwcNlCYJTfYYelsgH3UQbWSUfroXvQtPzvRQ/ JIAMHot9sRhjlJyGQp7Z4WsfJtMAW7DJ/hZnKFdvMyvyeUA9hTFYvKB7XuRvH45Y8SS6 29bzWHy5C+aB59x22SEiXcl2afPcuNj3l1DQmwr60nJ3pEf1FY9MbGRUj/5o9iuuBjth Zh7Gz0o/6TFmdTA1rIZh7GP4T3qRBqeSnaBqkf99pIx+hCIKop/ACE/r8sR7XB7BU6XC HAzg== MIME-Version: 1.0 X-Received: by 10.58.238.65 with SMTP id vi1mr757530vec.31.1365584053905; Wed, 10 Apr 2013 01:54:13 -0700 (PDT) Received: by 10.220.156.71 with HTTP; Wed, 10 Apr 2013 01:54:13 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Apr 2013 16:54:13 +0800 Message-ID: Subject: Re: Which thing in Hama is the same like the "Slot" in hadoop? From: Shuo Wang To: dev@hama.apache.org Content-Type: multipart/alternative; boundary=047d7bdca0ba71e22f04d9fdd032 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdca0ba71e22f04d9fdd032 Content-Type: text/plain; charset=ISO-8859-1 If I want to implement the fair scheduler in Hama, how can I allocate the resources between different jobs.I know that hadoop use slot to represent the resource, it actually allocates the slots. --047d7bdca0ba71e22f04d9fdd032--