/WebHdfs

.NET WebHDFS client library

Primary LanguageC#MIT LicenseMIT

Build status Build Status Coverage Status Latest version

WebHdfs

Simple .NET WebHDFS client library based on Microsoft.AspNet.WebApi.Client

'Simple' means:

  • no security (security off mode on hdfs)
  • no logging (deal with it. maybe will be added someday later)
  • really stupid simple

Code partially taken from some of Microsoft Azure Hdfs library (dont remember it now, really), rewriten and cleared of all the rubbish dependencies. So now it only depends on Microsoft.AspNet.WebApi.Client wich handles all the Http Requests.

Get it on Nuget

PM> Install-Package WebHdfs

License

This project is licensed under the MIT license.