You can reach hdfs through http in two ways. The first one is to use htfp file system (o.a.h.dfs.HftpFileSystem) which provides a limited and read only access. The other way is to use webdav to access the file system. Please take a look at : https://issues.apache.org/jira/browse/HADOOP-496. Load balancing in webdav is in my radar, but it will take some time to finish the specifications and implementation.
Ted Dunning wrote: > Yes and no. > > There is a management interface, but this is not particularly appropriate > for accessing the contents of files. > > I have heard somebody is writing a webdav layer that would be much better > for what you seem to be asking about. Your question is not very specific, > though, so it would be easy to misunderstand your needs. > > > On 9/30/07 1:20 AM, "贺齐" <[EMAIL PROTECTED]> wrote: > > >> Hi, >> Can I access the hdfs through Http? And load balanced? >> >> >> Thank you. >> >> >> >> >> >> Regards >> > > >
