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 494F81076E for ; Sun, 9 Jun 2013 13:09:18 +0000 (UTC) Received: (qmail 15291 invoked by uid 500); 9 Jun 2013 13:09:13 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 15214 invoked by uid 500); 9 Jun 2013 13:09:11 -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 15207 invoked by uid 99); 9 Jun 2013 13:09:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jun 2013 13:09:11 +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.220.47 as permitted sender) Received: from [209.85.220.47] (HELO mail-pa0-f47.google.com) (209.85.220.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jun 2013 13:09:06 +0000 Received: by mail-pa0-f47.google.com with SMTP id kl14so404283pab.34 for ; Sun, 09 Jun 2013 06:08:46 -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:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=lKoHUkGHl32go+bIXJ3z2ura4sh+uhwlsg/XkY7fVvc=; b=js9ccHcS5gJZ8HeZ0XC9OgsMyPE6bHzMiRlSE1aRyHRA9D03s8xBplCEf32fVGjcWB 2Yb5XH+Uk965fVtkXvKVTk4QUCygCtqQMFwScBDMNTkvpZCBzlqsOgDlQ6Yiojii7DcW /OIw0JylIwO+qTbVoOVbnqR4heJdcLiQ5oj1qiyK+kA0vH7SCBfCwWh7yXBv/HcFiPOH NS89+QTNtRlFx21l+8M7QZ7AQacHlHXHuVihRefM2ieSH0k/qOa7u0aniNYXdFO6Jrjr SpOesgM1DG/RgnQCBv/+M/A3wVxoIcgoU8iM3l/w3k6cpDkeSeJcC1v4qEPFr2gv6qN9 /IzA== X-Received: by 10.66.197.202 with SMTP id iw10mr10020677pac.178.1370783326042; Sun, 09 Jun 2013 06:08:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.77.230 with HTTP; Sun, 9 Jun 2013 06:08:25 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Sun, 9 Jun 2013 18:38:25 +0530 Message-ID: Subject: Re: HadoopV2 and HDFS-fuse To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkzlDtBtogGJZ+l0rBitN55+XbOUvyDTRZEGpRxf6WEqdQRxNH1T3BvFXPl+c4GzBRX7roP X-Virus-Checked: Checked by ClamAV on apache.org Hi Azuryy, Are you not finding it compiled with the global native compile option? Do you face a specific error? Per the pom.xml of hadoop-hdfs, it will build fuse-dfs if native profile is turned on, and you can assert for fuse-requirement with -Drequire.fuse=true. On Sun, Jun 9, 2013 at 11:03 AM, Azuryy Yu wrote: > hi, > > Does anybody can tell me how to compile hdfs-fuse based on Hadoop-2.0-*, > Thanks. -- Harsh J