Re: NFSv3 Filesystem Connector

2015-01-15 Thread Gokul Soundararajan
it? It's an NFS client, which should be > able to talk to any NFSv3 server, including the standard Linux and OSX > ones, as well as the NFS support that you get with Hadoop. > > Is that right? That with this code I could run tests on my Linux box which > would verify the

Re: NFSv3 Filesystem Connector

2015-01-14 Thread Gokul Soundararajan
on answered anywhere. > > best, > Colin > > On Tue, Jan 13, 2015 at 1:35 PM, Gokul Soundararajan < > gokulsoun...@gmail.com > > wrote: > > > Hi, > > > > We (Jingxin Feng, Xing Lin, and I) have been working on providing a > > FileSystem implementat

Re: NFSv3 Filesystem Connector

2015-01-14 Thread Gokul Soundararajan
> So I say you should simply make this plugin available to your customers, > just not as a core part of Hadoop. > > Niels Basjes > > [1] 50 GB/sec = approx 20*12*200MB/sec > This page shows max read speed in the 200MB/sec range: > > > http://www.tomshardware.com/

NFSv3 Filesystem Connector

2015-01-13 Thread Gokul Soundararajan
Hi, We (Jingxin Feng, Xing Lin, and I) have been working on providing a FileSystem implementation that allows Hadoop to utilize a NFSv3 storage server as a filesystem. It leverages code from hadoop-nfs project for all the request/response handling. We would like your help to add it as part of hado