Skip to content

PrasadSahu/WebHdfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

.NET WebHDFS client library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%