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
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
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.
>
>