Re: No FileSystem for scheme: wasbs

2018-10-04 Thread Jeff Zhang
The embedded mode is not for production, it ships with a embedded spark and also embedded hadoop. so It may not include the other necessary dependency like azure file system. I would recommend you to use non-embedded mode (specify SPARK_HOME to a spark installation) Metin OSMAN 于2018年10月4日周四 下午4:2

Re: No FileSystem for scheme: wasbs

2018-10-04 Thread Metin OSMAN
Hi Jeff, I am using the embedded mode and there is no SPARK_HOME set for the user running the daemon in the server. On my local computer, I am also running the embedded spark, but I do have also a local installation of spark and the SPARK_HOME env var is set. My local installation is correctly s

Re: No FileSystem for scheme: wasbs

2018-10-03 Thread Jeff Zhang
Do you specify SPARK_HOME or just using the local embedded mode of spark ? Metin OSMAN 于2018年10月4日周四 上午1:39写道: > Hi, > > I have downloaded and setup zeppelin on my local Ubuntu 18.04 computer, > and I successfully managed to open file on Azure Storage with spark > interpreter out of the box. > >