Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-4549

Failed to initialize apache.zeppelin.notebook.repo.AzureNoteboookRepo

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.8.2
    • None
    • None
    • docker

    Description

      Steps to reproduce:

      In one terminal get into the zeppelin container:

      docker run --name zeppelin --rm -it apache/zeppelin:0.8.2 bash
      

      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

      docker cp zeppelin-site.xml zeppelin:/zeppelin/conf/

      From within the container start zeppelin

      docker exec -it zeppelin bash
      $/zeppelin/bin/zeppelin.sh

      The newly created log file will give the error:

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

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            amarinov Alexander Marinov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: