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

2019-02-14 Thread Demyan Mysakovets (JIRA)
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}

      
   fs.AbstractFileSystem.wasb.Impl     
    org.apache.hadoop.fs.azure.Wasb 
 
 
   
fs.azure.account.key.{storage_account_name}.blob.core.windows.net
   \{account_key_value}
 
 
{code}
zeppelin-site.xml

[^zeppelin-site.xml]



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


[jira] [Created] (ZEPPELIN-4002) Unable to resolve full interpreter

2019-02-13 Thread Demyan Mysakovets (JIRA)
Demyan Mysakovets created ZEPPELIN-4002:
---

 Summary: Unable to resolve full interpreter
 Key: ZEPPELIN-4002
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4002
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters
Affects Versions: 0.8.1, 0.8.0
Reporter: Demyan Mysakovets
 Attachments: screen1.png, screen2.png

Zeppelin is unable to resolve full interpreter name at the beginning of 
paragraph. It doesn't resolve anything after hyphen. This appears to happen in 
0.8.0 and 0.8.1 versions, in 0.7.3 everything works properly.



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