Re: FsUrlStreamHandlerFactory and Windows file URLs

2017-03-06 Thread Steve Loughran
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 >

RE: FsUrlStreamHandlerFactory and Windows file URLs

2017-03-06 Thread Simon Scott
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

Re: FsUrlStreamHandlerFactory and Windows file URLs

2017-03-03 Thread Steve Loughran
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; >

FsUrlStreamHandlerFactory and Windows file URLs

2017-03-03 Thread Simon Scott
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