[jira] [Created] (HADOOP-11501) Add NFSv3 Support for FileSystem

2015-01-21 Thread Gokul Soundararajan (JIRA)
Gokul Soundararajan created HADOOP-11501: Summary: Add NFSv3 Support for FileSystem Key: HADOOP-11501 URL: https://issues.apache.org/jira/browse/HADOOP-11501 Project: Hadoop Common

Re: NFSv3 Filesystem Connector

2015-01-15 Thread Gokul Soundararajan
with Hadoop. Is that right? That with this code I could run tests on my Linux box which would verify the client works with NFS? On 15 January 2015 at 02:15, Gokul Soundararajan gokulsoun...@gmail.com wrote: Hi Colin, Yeah, I should add the reasons to the README. We tried LocalFileSystem

Re: NFSv3 Filesystem Connector

2015-01-14 Thread Gokul Soundararajan
that question 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 implementation that allows Hadoop to utilize a NFSv3 storage server

Re: NFSv3 Filesystem Connector

2015-01-14 Thread Gokul Soundararajan
[1] 50 GB/sec = approx 20*12*200MB/sec This page shows max read speed in the 200MB/sec range: http://www.tomshardware.com/charts/enterprise-hdd-charts/-02-Read-Throughput-Maximum-h2benchw-3.16,3372.html On Tue, Jan 13, 2015 at 10:35 PM, Gokul Soundararajan gokulsoun...@gmail.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