Alexander Delianov Marinov created ZEPPELIN-4549:
----------------------------------------------------
Summary: Failed to initialize
apache.zeppelin.notebook.repo.AzureNoteboookRepo
Key: ZEPPELIN-4549
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4549
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.8.2
Environment: docker
Reporter: Alexander Delianov Marinov
Steps to reproduce:
In one terminal get in into the zeppelin container:
{code:java}
docker run --name zeppelin --rm -it apache/zeppelin:0.8.2 bash
{code}
On another terminal overwrite zeppelin-site.xml with the Azure repo set
according to docs
[https://zeppelin.apache.org/docs/0.8.2/setup/storage/storage.html#notebook-storage-in-azure]
{code:java}
docker cp zeppelin-site.xml zeppelin:/zeppelin/conf/{code}
>From within the container start zeppelin
{code:java}
docker exec -it zeppelin bash
$/zeppelin/bin/zeppelin.sh{code}
The newly created log file will give the error:
{code:java}
cat /zeppelin/logs/zeppelin--c1fc147ac6cd.log
...
WARN [2020-01-09 23:50:40,213] ({main} NotebookRepoSync.java[<init>]:81) -
Failed to initialize apache.zeppelin.notebook.repo.AzureNotebookRepo notebook
storage class
java.lang.ClassNotFoundException:
apache.zeppelin.notebook.repo.AzureNotebookRepo
...{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)