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 D6537F7AC for ; Mon, 25 Mar 2013 04:56:03 +0000 (UTC) Received: (qmail 50081 invoked by uid 500); 25 Mar 2013 04:55:59 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 49415 invoked by uid 500); 25 Mar 2013 04:55:55 -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 49381 invoked by uid 99); 25 Mar 2013 04:55:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 04:55:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-ia0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 04:55:48 +0000 Received: by mail-ia0-f173.google.com with SMTP id h37so5197404iak.18 for ; Sun, 24 Mar 2013 21:55:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=Buj1cMIRerg6KEPUTYphtSSGqDrMUx1Zf2gbsBqiakE=; b=RV9NK51q+tl9RYdv9CfVKGNWa9lB0ayRKvhC8G+uoEmUm0NJiwuPk/zkzkBwkvs7wb i5CPrFHkP8dcjkWEPpVS/GQxSAWZRAW6H5Rh8YCLlP/tdIueIiQGQ7IgJqx9iIDLZlDf VV+H0q2OJoekuqBEDO2Dy7/7F4P4vp0CocpPVU8s4XAfWARGhRvV6aqft0s5bmNx9dSj OY81J0UabC27K/ZovnA4Ali9AERM7tOqMktEx/NraEq6i7Ui9m5ftNK8nZuSDqQMc3/5 N48iDg6cYziXxX5xD1bIXjT3KLBCUr76BUKynMqregQr4Pk4Vk1G537b3SO5FvbLPkl3 HD4A== X-Received: by 10.50.7.69 with SMTP id h5mr7097331iga.69.1364187327977; Sun, 24 Mar 2013 21:55:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.181.198 with HTTP; Sun, 24 Mar 2013 21:55:07 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Mon, 25 Mar 2013 10:25:07 +0530 Message-ID: Subject: Re: Hadoop-2.x native libraries To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlXA72yEC+iM9JKj/UQ0u3WsB4MnMZuyZM5I16Ay5FoV/4qqW1cVKppBBjrh0pdsVbKuhe6 X-Virus-Checked: Checked by ClamAV on apache.org If you're using a tarball, you'll need to build a native-added tarball yourself with "mvn package -Pdist,native,docs -DskipTests -Dtar" and then use that. Alternatively, if you're interested in packages, use the Apache Bigtop's scripts from http://bigtop.apache.org/ project's repository and generate the packages with native libs as well. On Mon, Mar 25, 2013 at 9:27 AM, Azuryy Yu wrote: > Hi, > How to get hadoop-2.0.3-alpha native libraries, it was compiled under 32bits > OS in the released package currently. > > -- Harsh J