Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 B7AE410442 for ; Wed, 12 Feb 2014 15:24:40 +0000 (UTC) Received: (qmail 1768 invoked by uid 500); 12 Feb 2014 15:24:25 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 1640 invoked by uid 500); 12 Feb 2014 15:24:23 -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 1373 invoked by uid 99); 12 Feb 2014 15:24:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 15:24:20 +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 silvi.caino@gmail.com designates 209.85.216.177 as permitted sender) Received: from [209.85.216.177] (HELO mail-qc0-f177.google.com) (209.85.216.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 15:24:15 +0000 Received: by mail-qc0-f177.google.com with SMTP id i8so15281100qcq.8 for ; Wed, 12 Feb 2014 07:23:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XPk2Nji4RWL68wGKu0BB69wmBaggxqG45QNA+px5wMo=; b=LXcI6wuKaPyiGmuOzLrLa7OrevzwmyMF0+JCKS2WpiL+tm2FiTkFU7pMwBBLoF+cCB Q9XBq8yvSqHHCMXelRCVvd9eTcmDqCkGFx1UgBwMD8wAL8xWefWgP3U9hNUDh1ChlAfg otXe2XoHtYznQHtweDnlh8+r0MUavvpQE2wEddvOVivAD9fzY/GMWqMmX8UVZPVgE249 QnojANdAPJx0fVbVRV+shoWDpBsXNw1nM7ZWNC3ZLE7nwPZ0751EfCDwt3goLFTqNA1T fgv2whTTkeE+YOBT2FbbNebvQRU0CnCrEA/kZEw4jLdDRnWBAwxPyuTHC8ZmklIPtU9N H56A== MIME-Version: 1.0 X-Received: by 10.224.22.3 with SMTP id l3mr68386996qab.103.1392218634123; Wed, 12 Feb 2014 07:23:54 -0800 (PST) Received: by 10.229.116.17 with HTTP; Wed, 12 Feb 2014 07:23:54 -0800 (PST) In-Reply-To: References: <2B8A5CFD-0DF7-4D3C-912E-5FF9022EDFB1@gmail.com> Date: Wed, 12 Feb 2014 16:23:54 +0100 Message-ID: Subject: Re: Test hadoop code on the cloud From: =?ISO-8859-1?Q?Silvina_Ca=EDno_Lores?= To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7bdcaa9028bac504f237292a X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdcaa9028bac504f237292a Content-Type: text/plain; charset=ISO-8859-1 You can check Amazon Elastic MapReduce, which comes preconfigured on EC2 but you need to pay a little por it, or make your custom instalation on EC2 (beware that EC2 instances come with nothing but really basic shell tools on it, so it may take a while to get it running). Amazon's free tier allows you to instantiate several tiny machines; when you spend your free quota they start charging you so be careful. Good luck :D On 12 February 2014 13:27, Andrea Barbato wrote: > Thanks for the answer, but if i want to test my code on a full > distributed installation? (for more accurate performance) > > > 2014-02-12 13:01 GMT+01:00 Zhao Xiaoguang : > > I think you can test it in Amazon EC2 with pseudo distribute, it support 1 >> tiny instance for 1 year free. >> >> >> Send From My Macbook >> >> On Feb 12, 2014, at 6:29 PM, Andrea Barbato >> wrote: >> >> > Hi! >> > I need to test my hadoop code on a cluster, >> > what is the simplest way to do this on the cloud? >> > Is there any way to do it for free? >> > >> > Thank in advance >> >> > --047d7bdcaa9028bac504f237292a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
You can check Amazon Elastic MapReduce, which comes = preconfigured on EC2 but you need to pay a little por it, or make your cust= om instalation on EC2 (beware that EC2 instances come with nothing but real= ly basic shell tools on it, so it may take a while to get it running).

Amazon's free tier allows you to instantiat= e several tiny machines; when you spend your free quota they start charging= you so be careful.

Good luck :D




On 12 February 2014 13:27, Andrea Barbato <and.barb= ato@gmail.com> wrote:
Thanks for the=A0answer= , but if i want to test my code on a full distributed installation? = (for more accurate performance)=A0


2014-02-12 13= :01 GMT+01:00 Zhao Xiaoguang <cooleaf@gmail.com>:

I think you can test it in Amazon EC2 with pseudo distribute, it support 1 = tiny instance for 1 year free.


Send From My Macbook

On Feb 12, 2014, at 6:29 PM, Andrea Barbato <and.barbato@gmail.com> wrote:

> Hi!
> I need to test my hadoop code on a cluster,
> what is the simplest way to do this on the cloud?
> Is there any way to do it for free?
>
> Thank in advance



--047d7bdcaa9028bac504f237292a--