Re: Passive mode for FTPFileSystem

2014-04-16 Thread Michael Howard
Please provide feedback as to what other steps I (a newbie) can take to try to shepherd this (minor) issue through the process. Thanks, Michael On Sun, Mar 30, 2014 at 1:56 PM, Michael Howard < mich...@newvantagesolutions.com> wrote: > > On Wed, Mar 26, 2014 at 6:06 AM, Steve Lo

Re: Passive mode for FTPFileSystem

2014-03-30 Thread Michael Howard
On Wed, Mar 26, 2014 at 6:06 AM, Steve Loughran wrote: > > I am somewhat puzzled how locale and case sensitivity relate to > > FTPFileSystem, but I will take a look and do my best to figure it out. > > > > there's a case sensitive check for the passive configuration option that > would fail in Tur

trouble building in eclipse ... AvroRecord

2014-03-25 Thread Michael Howard
I am having trouble building hadoop-common in eclipse. With hadoop-common I am getting missing dependencies with AvroRecord EchoRequestProto a few other protobuf things I successfully followed directions at: https://wiki.apache.org/hadoop/HowToContribute to get a successful maven build from the

Re: Passive mode for FTPFileSystem

2014-03-25 Thread Michael Howard
ems with it, it just didn't have anyone advocating it. Now > that you've taken up that role... > > I've commented on what's needed; we don't currently have anything in the > way of FTP tests to address coverage and regression. > > -steve > > > On 25 Ma

Passive mode for FTPFileSystem

2014-03-25 Thread Michael Howard
a process-related question from a lurker/newbie ... FTPFileSystem does not support ftp passive mode. The underlying org.apache.commons.net.ftp.FTPClient implementation supports passive mode + a number of other settings. https://issues.apache.org/jira/browse/HADOOP-8602 includes a patch to support