You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Demyan Mysakovets (JIRA)" <ji...@apache.org> on 2019/02/14 13:27:00 UTC

[jira] [Created] (ZEPPELIN-4008) No FileSystem for scheme: wasbs Apache Zeppelin 0.8.0 with Spark 2.3.2

Demyan Mysakovets created ZEPPELIN-4008:
-------------------------------------------

             Summary: No FileSystem for scheme: wasbs Apache Zeppelin 0.8.0 with Spark 2.3.2
                 Key: ZEPPELIN-4008
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4008
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.8.1, 0.8.0
            Reporter: Demyan Mysakovets
         Attachments: core-site.xml, spark-defaults.conf, zeppelin-site.xml

I am trying to run note in Apache Zeppelin 0.8.0 with Spark 2.3.2 and Azure Blob Storage, but I'm getting `No FileSystem for scheme: wasbs` error, though I configured all properly, as it is recommended in related issues.

Here are some conf files:

 spark-defaults.conf

[^spark-defaults.conf]
{code:java}
spark.driver.extraClassPath         /opt/jars/*
spark.driver.extraLibraryPath       /opt/jars
spark.jars   /opt/jars/azure-storage-2.2.0.jar,/opt/jars/hadoop-azure-2.7.3.jar,       spark.driver.memory 28669m{code}
core-site.xml

[^core-site.xml]
{code:java}
<configuration>
     <property>         
       <name>fs.AbstractFileSystem.wasb.Impl</name>                                 <value>org.apache.hadoop.fs.azure.Wasb</value> 
     </property>
     <property>
       <name>fs.azure.account.key.{storage_account_name}.blob.core.windows.net</name>
       <value>\{account_key_value}</value>
     </property>
 <configuration>
{code}
zeppelin-site.xml

[^zeppelin-site.xml]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)