You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "dhruba borthakur (JIRA)" <ji...@apache.org> on 2008/08/04 09:41:44 UTC

[jira] Updated: (HADOOP-3754) Support a Thrift Interface to access files/directories in HDFS

     [ https://issues.apache.org/jira/browse/HADOOP-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-3754:
-------------------------------------

    Attachment: hadoopthrift3.patch

Incorporated most of Pete's and Craig's comments. Thanks folks!

I have renamed the package to thriftfs. I have also incorporated the "append" API to this package. This package now generates HDFS interfaces for Ruby, Cocoa, perl, php, python, etc.etc.

The generated files are not part of the source code. An "ant package" generates the API in all of the above languages. Thus, a binary package should contain these APIs. Does it sound ok to you?

> Support a Thrift Interface to access files/directories in HDFS
> --------------------------------------------------------------
>
>                 Key: HADOOP-3754
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3754
>             Project: Hadoop Core
>          Issue Type: New Feature
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>         Attachments: hadoopthrift2.patch, hadoopthrift3.patch, thrift1.patch
>
>
> Thrift is a cross-language RPC framework. It supports automatic code generation for a variety of languages (Java, C++, python, PHP, etc) It would be nice if HDFS APIs are exposed though Thirft. It will allow applications written in any programming language to access HDFS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.