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
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
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
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
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