Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A726ED3BA for ; Thu, 23 May 2013 18:07:22 +0000 (UTC) Received: (qmail 2479 invoked by uid 500); 23 May 2013 18:07:22 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 2253 invoked by uid 500); 23 May 2013 18:07:22 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 2160 invoked by uid 99); 23 May 2013 18:07:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 18:07:20 +0000 Date: Thu, 23 May 2013 18:07:20 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HDFS-4844) Access to HDFS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-4844. --------------------------------- Resolution: Invalid Assignee: Chris Nauroth Hi Davis, I recommend asking this question on the Hadoop user mailing list. Instructions for subscribing to the mailing list are available here: http://hadoop.apache.org/general_lists.html#User I'm going to resolve this issue as invalid. We use jira for tracking feature development and bug fixes, but not for usage questions, as per the documentation here: http://wiki.apache.org/hadoop/InvalidJiraIssues However, here is a quick response to help get you moving in the right direction. I'm not aware of any existing Perl bindings to HDFS. (They might exist and I'm just not aware of them.) One easy integration option would be WebHDFS, which is an HTTP/REST interface into the functionality of HDFS: http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html If for some reason HTTP isn't appropriate for your use case, then you could also explore using Perl FFI to call libhdfs, which is a C binding to the HDFS client API: http://wiki.apache.org/hadoop/LibHDFS I hope this helps. Please take any follow-up questions to the user list. Thank you! > Access to HDFS > -------------- > > Key: HDFS-4844 > URL: https://issues.apache.org/jira/browse/HDFS-4844 > Project: Hadoop HDFS > Issue Type: Test > Components: hdfs-client > Affects Versions: 1.0.4 > Reporter: Davis JAYARAJ > Assignee: Chris Nauroth > > Hello, > I'm currently working on the hadoop framework. > I'm trying to publish the statistics from the stored data (in hdfs) in my web interface. > I want to know if there is a possibility to access the filesystem hdfs by a script Perl ? > Is there a perl lib to download ? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira