cangularBind with array value

2018-10-04 Thread Csaba Éder
Hi All, I'm trying to use angular multiselect in a zeppelin notebook [image: image.png] Selected values are stored in a String array ( variable items in this example) Than I try to bind it with angularbind Generate data table! so value is always null for me, so it seems that it does not accep

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