l Message-
> From: Steve Loughran [mailto:ste...@hortonworks.com]
> Sent: 03 March 2017 21:49
> Cc: common-dev@hadoop.apache.org
> Subject: Re: FsUrlStreamHandlerFactory and Windows file URLs
>
> That stack trace is coming from the java code before it his Hadoop
>
Windows file URLs
That stack trace is coming from the java code before it his Hadoop
> On 3 Mar 2017, at 13:30, Simon Scott wrote:
>
> Apologies if this an old topic, however the following test program:
>
> package com.viavi;
>
> import org.apache.hadoop.fs.FsUrlStreamHandle
That stack trace is coming from the java code before it his Hadoop
> On 3 Mar 2017, at 13:30, Simon Scott wrote:
>
> Apologies if this an old topic, however the following test program:
>
> package com.viavi;
>
> import org.apache.hadoop.fs.FsUrlStreamHandlerFactory;
>
> import java.io.File;
>
Apologies if this an old topic, however the following test program:
package com.viavi;
import org.apache.hadoop.fs.FsUrlStreamHandlerFactory;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
public class Ma