Clarify what WebDAV is in Hadoop?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Kanak

    WebDAV or Web Distributed Authoring and Versioning is nothing more than an extension used by HTTP (Hypertext transfer protocol). It helps in performing the operations related to web content Authorisation. It is a protocol that gives a strong framework to the users for changing, creating and moving the document on any particular server especially web share or web server. By exposing the HDFS over WebDAV you can access the standard HDFS filesystem. In short, WebDAV supports the updating and editing of files on HTTP and is available in all operating systems. In certain operating systems you can Mount the WebDAV shares as the filesystem for accessing HDFS.

Related Questions

Please Login or Register to leave a response.

Related Questions

Mapreduce Interview Questions

What is Hadoop Map Reduce?

Map Reduce is the core of Hadoop. It is one of the programming paradigms that acknowledge into consideration enormous a..

Mapreduce Interview Questions

What is the need of Map Reduce?

Map Reduce is information handling paradigms in itself. This was one of its kind information handlings and has been tra..

Mapreduce Interview Questions

Clarify what is shuffling in Map Reduce?

The procedure by which the framework lays out the sort and transfers the map outputs to the reducer as sources of inform..