Re: No FileSystem for scheme: wasbs

2018-10-04 Thread Jeff Zhang
ox. > > Then I have installed the same package on a Ubuntu 14.04 server. > When I try running a simple spark read parquet from an azure storage > account, I get a java.io.IOException: No FileSystem for scheme: wasbs > > sqlContext.read.parquet("wasbs:// > mycontai...@myacounts

Re: No FileSystem for scheme: wasbs

2018-10-04 Thread Metin OSMAN
simple spark read parquet from an azure storage > > account, I get a java.io.IOException: No FileSystem for scheme: wasbs > > > > sqlContext.read.parquet("wasbs://mycontai...@myacountsa.blob.core.windows.net/mypath > > (http://mycontai...@myacountsa.bl

Re: No FileSystem for scheme: wasbs

2018-10-03 Thread Jeff Zhang
out of the box. > > Then I have installed the same package on a Ubuntu 14.04 server. > When I try running a simple spark read parquet from an azure storage > account, I get a java.io.IOException: No FileSystem for scheme: wasbs > > sqlContext.read.parquet("wasbs:// > mycontai..

No FileSystem for scheme: wasbs

2018-10-03 Thread Metin OSMAN
azure storage account, I get a java.io.IOException: No FileSystem for scheme: wasbs sqlContext.read.parquet("wasbs://mycontai...@myacountsa.blob.core.windows.net/mypath") java.io.IOException: No FileSystem for scheme: wasbs at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem