Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55B9D1058B for ; Fri, 19 Jul 2013 06:37:56 +0000 (UTC) Received: (qmail 70333 invoked by uid 500); 19 Jul 2013 06:37:51 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 70224 invoked by uid 500); 19 Jul 2013 06:37:50 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 70215 invoked by uid 99); 19 Jul 2013 06:37:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 06:37:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of tianyi.zhu@facilitatedigital.com) Received: from [209.85.216.47] (HELO mail-qa0-f47.google.com) (209.85.216.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 06:37:43 +0000 Received: by mail-qa0-f47.google.com with SMTP id i13so3992717qae.6 for ; Thu, 18 Jul 2013 23:37:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=TuLWTWz5HWvV3meyV1xE9gO+VW8Kpwp78TWSvhivrZ8=; b=Y20wDivjt9XKqso2PVpK5fFZDxlg+Iq5aB/CHYyLTAUzT4Fv+LFbutrJRCOeq5tLpg wze9vE/QMDonOtEgL0/CZrU55GooGbP3P0l5wE7SmDuoQJUJAadYmlE2aNfDYR1WAuK8 qGgARCwxq7VVMqC0UeSR8rqTx9RPa4rFXoZusgb6JORYtT1ozykL4DKHwgY73D6HB5Hv UzJeAatR3GuStD5UwTxnpCzUbw1f8g1yLhB71FJi0/6eIR3KJIvw8JbbWIDnRxiNycns XVzjtog/bhK16hu+l7GrRFxaGWbBhkhl6UvaqIRVVDdG/iHF6WiwUo+qmF4O+5rFOVHL kxtw== MIME-Version: 1.0 X-Received: by 10.224.33.141 with SMTP id h13mr16910080qad.21.1374215841669; Thu, 18 Jul 2013 23:37:21 -0700 (PDT) Received: by 10.49.37.195 with HTTP; Thu, 18 Jul 2013 23:37:21 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Jul 2013 16:37:21 +1000 Message-ID: Subject: Re: How does AWS know how many map/reduce slot should be configured to each EC2 instance? From: TianYi Zhu To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=20cf3074d2e416741504e1d78fad X-Gm-Message-State: ALoCoQny2+JCTuBii2EIuns1c65ZNSq9L7NYLwKtCPXelnZGopzq7qCYEmT7ieRNyU3wrnx4+Ogm X-Virus-Checked: Checked by ClamAV on apache.org --20cf3074d2e416741504e1d78fad Content-Type: text/plain; charset=UTF-8 1. Yes, it's depends on instance type. Generally, number of map slots + number of reduce slots = number of ECU, number of map slots / number of reduce slots >= 3. You can customize these numbers. 2. Yes, Number of nodes * Running hours * Price per EMR node per hour (EMR node is a little bit more expensive than EC2 node) 3. Yes, you can find them in admin console. On 19 July 2013 16:23, WangRamon wrote: > Hi All > > We have a plan to move to Amazon AWS cloud, by doing some research i find > that i can start the map/reduce cluster in AWS with the following command: > % bin/hadoop-ec2 launch-cluster test-cluster 2 > > The command allows me to start a cluster with required nodes(no more than > 20, correct me if i were wrong), so here comes to my questions: > > 1. How does AWS know how many map/reduce slot should be configured to each > EC2 instance? Is it depends on the EC2 instance type (m1.large, > m1.xlarge...)? > 2. How it is charged? Nodes number * price per node per hour ? > 3. Is each node like a single EC2 instance in my admin console? > > Thanks in advance! > > Cheers > Ramon > > --20cf3074d2e416741504e1d78fad Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
1. Yes, it's depends on instance type. Generally, numb= er of map slots + number of reduce slots =3D number of ECU,=C2=A0number of = map slots /=C2=A0number of reduce slots >=3D 3. You can customize these = numbers.
2. Yes, Number of nodes * Running hours * Price per EMR node per hour (EMR = node is a little bit more expensive than EC2 node)
3. Yes, you ca= n find them in admin console.

On 19 July 2013 16:23, WangRamon <ramon_wa= ng@hotmail.com> wrote:
Hi All

We have a plan to move to A= mazon AWS cloud, by doing some research i find that i can start the map/red= uce cluster in AWS with the following command:
% bin/hadoop-ec2 l= aunch-cluster test-cluster 2

The command allows me to start a cluster with required = nodes(no more than 20, correct me if i were wrong), so here comes to my que= stions:

1. How does AWS know how many map/reduce s= lot should be configured to each EC2 instance? Is it depends on the EC2 ins= tance type (m1.large,=C2=A0m1.xlarge...)?
2. How it is charged?=C2=A0Nodes number= * price per node per hour ?
3. Is each node like a single EC2 instance in my admin console?=C2=A0

Thanks in advance!

Cheers
Ramon


--20cf3074d2e416741504e1d78fad--