Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 099F76DEF for ; Thu, 16 Jun 2011 16:03:18 +0000 (UTC) Received: (qmail 39412 invoked by uid 500); 16 Jun 2011 16:03:17 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 39365 invoked by uid 500); 16 Jun 2011 16:03:17 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 39357 invoked by uid 99); 16 Jun 2011 16:03:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 16:03:17 +0000 X-ASF-Spam-Status: No, hits=1.1 required=5.0 tests=NO_RDNS_DOTCOM_HELO,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.145.54.172 is neither permitted nor denied by domain of jnaisbit@yahoo-inc.com) Received: from [216.145.54.172] (HELO mrout2.yahoo.com) (216.145.54.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 16:03:07 +0000 Received: from SP2-EX07CAS02.ds.corp.yahoo.com (sp2-ex07cas02.corp.sp2.yahoo.com [98.137.59.38]) by mrout2.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p5GG2CaN079946 for ; Thu, 16 Jun 2011 09:02:12 -0700 (PDT) Received: from SP2-EX07VS04.ds.corp.yahoo.com ([98.137.59.33]) by SP2-EX07CAS02.ds.corp.yahoo.com ([98.137.59.38]) with mapi; Thu, 16 Jun 2011 09:02:12 -0700 From: Jeffrey Naisbitt To: "mapreduce-dev@hadoop.apache.org" Date: Thu, 16 Jun 2011 09:02:10 -0700 Subject: Re: Queries on MRv2 Thread-Topic: Queries on MRv2 Thread-Index: AcwreICChat0jUTTRM6PPlhd9rk/MQAxj8Lm Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.10.0.110428 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 6/15/11 11:21 AM, "Josh Wills" wrote: >=20 > Yeah, I bumped into this when I was doing a naive build + install on > my Mac. Not that I see folks running alot of hadoop clusters on Macs, > but it would be cool if the basic build/install just worked on every > platform, even if it's just as simple as detecting the platform and > skipping the build of the native container-executor stuff. (Note: I > actually got the container-executor stuff to build by using the > standard Mac tricks, but I'm not sure if it's worth checking in.) I would definitely be interested in things working on Macs. You don't have a guide for what you did, do you? -Jeff