Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E55018085 for ; Mon, 1 Jun 2015 13:57:25 +0000 (UTC) Received: (qmail 35455 invoked by uid 500); 1 Jun 2015 13:57:19 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 35342 invoked by uid 500); 1 Jun 2015 13:57:19 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 35001 invoked by uid 99); 1 Jun 2015 13:57:18 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 13:57:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6C55FCA673 for ; Mon, 1 Jun 2015 13:57:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id bEtd04Eav-vI for ; Mon, 1 Jun 2015 13:57:18 +0000 (UTC) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id C324147C05 for ; Mon, 1 Jun 2015 13:57:17 +0000 (UTC) Received: by iebgx4 with SMTP id gx4so109101817ieb.0 for ; Mon, 01 Jun 2015 06:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Zx+jhHUuuKJOksjZIzDgy6O2XvOSLwIJioMempaS2Ic=; b=J569AQC+emb0DQOYSZoUVusoZJGSU2eSTuBAue0v152OhRN8rauzWom2Ta7nYDTKJr rWy2nynfIyh3q4AyciHnw8pFKfJF8+3VXpKtSED5rp2Sx6Hs6i9IiqeKg8d3uFC9TDTJ dmBzzbIGmkH3GUBh0HGRhaw3D4CPb541VWsZoTK5RA0LBpwxKpvnK3At06DUX26zmhcu MJQ0C85Jc3b3km1RN5HLmtC5nbwZQAqzCBDItsH59VSMiTdnrvOE2tI1Wny/wU0E88Qa NLUVW5MzFV94TvkaA+Oz/aHTWAbqGPYAAM+25bEQ1AJpPP+RvN/yoiTfnNyHsepJbwZl s5XA== X-Received: by 10.43.17.135 with SMTP id qc7mr29064541icb.14.1433166992282; Mon, 01 Jun 2015 06:56:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.52.80 with HTTP; Mon, 1 Jun 2015 06:56:11 -0700 (PDT) From: =?UTF-8?Q?Sergio_Hern=C3=A1ndez?= Date: Mon, 1 Jun 2015 15:56:11 +0200 Message-ID: Subject: [vfs] HDFS provider To: user@commons.apache.org Content-Type: multipart/alternative; boundary=bcaec51822b47a9c9205177531e4 --bcaec51822b47a9c9205177531e4 Content-Type: text/plain; charset=UTF-8 Hi, I'm trying to use VFSJFileChooser to browse the Hadoop Distributed Filesystem of my cluster. According to documentation, HDFS is supported in read-only mode but when i download the apache-commons-vfs library hdfs provider is not included. How I can solve this? Thanks in advance Sergio --bcaec51822b47a9c9205177531e4--