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 98AD5101DB for ; Sun, 10 Nov 2013 22:44:42 +0000 (UTC) Received: (qmail 24343 invoked by uid 500); 10 Nov 2013 22:44:37 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 24242 invoked by uid 500); 10 Nov 2013 22:44:37 -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 24235 invoked by uid 99); 10 Nov 2013 22:44:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Nov 2013 22:44:37 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,HTML_OBFUSCATE_05_10,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rakib1987@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Nov 2013 22:44:31 +0000 Received: by mail-qa0-f43.google.com with SMTP id cm18so1300119qab.16 for ; Sun, 10 Nov 2013 14:44:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=V6o0icW/LWzbfM1WlT1F1Td1tQZQj7385ded+Qj3oMo=; b=j/Eyy7WDLGX0jBoGgoNFOCMUqMA5gmamOfv/yzrDIIxXb0u0EsfNTcIZLlZhsNio85 dteRY/zyfYD6LRxZFeY+ZtVlIttHF3Ul9Ea5vLaOsBoCfT0gdsi7ruhPQDPDw8iyNeR5 6SlebOjUHh8kyBl7SWhSyC8LaE2bqr7BkkO5ts6ZrJ73DWEQbP9cykF1snRmNSs4n/qQ 6NFrXDAyQSnLrdnwmPiY8DblGWEL+JhXiBz9AH+jjUYDFSC1KgToRAqUk2sPckDhiGly j4d0th/qw8+Pe7Dr6HN2HptLdlLu6pLCQKdUVHx6NDur+GvZHXBlIcExtCJk77++NC9A /Bfg== MIME-Version: 1.0 X-Received: by 10.49.82.52 with SMTP id f20mr42344368qey.73.1384123451059; Sun, 10 Nov 2013 14:44:11 -0800 (PST) Received: by 10.224.217.133 with HTTP; Sun, 10 Nov 2013 14:44:11 -0800 (PST) Date: Sun, 10 Nov 2013 17:44:11 -0500 Message-ID: Subject: Problem when trying to run hadoop c++ program on Mac OSX From: "K. M. Rakibul Islam" To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7b5dbf4ca0328404eada5a17 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5dbf4ca0328404eada5a17 Content-Type: text/plain; charset=ISO-8859-1 I am totally new to Hadoop. I just installed Hadoop on my Mac OSX and ran the pi example following this tutorial. Now I want to write my own simple C++ program and run that on hadoop. After googling I could not find any good resource that gets me along the path step by step (for Mac OSX). What I found so far is, this tutorial which is for Unix. I understand that, I need to write a C++ program, build that, then put the file in bin directory and then somehow run that. But I don't know how to do these steps on Mac OSX. Later, I am trying to follow this tutorial to accomplish my task. But in step 2, when I try to compile my wordcount.cpp program using g++ command I get the following error: fatal error: 'hadoop/Pipes.hh' file not found which means I am not being able to locate the header files correctly. I tried to find that on my Mac OSX but failed so far. I am hoping for some help in this regard. Basically, I need to get a way of running a simple c++ program on hadoop in my Mac OSX. Best Regards, Rakib --047d7b5dbf4ca0328404eada5a17 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

I am totally new to Hadoop. I just installed Hadoop on my Mac OSX and ran t= he pi example following=A0this=A0tutorial. Now I= want to write my own simple C++ program and run that on hadoop. After goog= ling I could not find any good resource that gets me along the path step by= step (for Mac OSX). What I found so far is,=A0this=A0tutorial which is for Unix. I understand that, I need to= write a C++ program, build that, then put the file in bin directory and th= en somehow run that. But I don't know how to do these steps on Mac OSX.=

Later, I am trying to follow=A0this=A0tut= orial to accomplish my task. But in step 2, when I try to compile my wordco= unt.cpp program using g++ command I get the following error:

fa=
tal error: 'hadoop/Pipes.hh' file not found

which means I am not being able to locate the header files correctly. I tri= ed to find that on my Mac OSX but failed so far. I am hoping for some help = in this regard.

Basically, I need to get a way of running a simple c++ program on hadoop in= my Mac OSX.

Best Regards,

Rakib


--047d7b5dbf4ca0328404eada5a17--