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 "Pete Wyckoff (JIRA)" <ji...@apache.org> on 2008/09/05 23:24:44 UTC

[jira] Updated: (HADOOP-4028) create posix-like (as far as we can) layer for Linux on top of libhdfs

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

Pete Wyckoff updated HADOOP-4028:
---------------------------------

    Summary: create posix-like (as far as we can) layer for Linux on top of libhdfs  (was: create close to posix layer for Linux on top of libhdfs)

> create posix-like (as far as we can) layer for Linux on top of libhdfs
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-4028
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4028
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>            Priority: Minor
>
> libhdfs is now very hadoop specific, which is good since there are many hadoop attributes not present in things like stat structures. but, for things that want to access hdfs as a posix-like FS, they would benefit from a more standard API.
> fuse-dfs now does this itself, translating from hadoop specific structures from hadoop to posix structures like stat.  Let's put a layer on top of libhdfs that does this for us so others benefit from it.  Once stable, we can look at adding it to libhdfs as a libhdfs_posix_like.so or something.

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