You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/05 03:53:26 UTC

[Hadoop Wiki] Update of "HDFS-APIs" by petewyckoff

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The following page has been changed by petewyckoff:
http://wiki.apache.org/hadoop/HDFS-APIs

The comment on the change is:
link to the thrift IDL

------------------------------------------------------------------------------
  
  == The Application Programming Interface (API) ==
  
- The HDFS API that is exposed through Thrift can be found in src/contrib/thriftfs/if/hadoopfs.thrift. The perl, python, ruby and php APIs can be found at src/contrib/thriftfs/gen-* directories.
+ The HDFS API that is exposed through Thrift can be found in [http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/thriftfs/if/hadoopfs.thrift?view=markup src/contrib/thriftfs/if/hadoopfs.thrift]. The perl, python, ruby and php APIs can be found at src/contrib/thriftfs/gen-* directories.
  
  == Compilation ==