本文介绍了使用Dataproc在Zeppelin上加载插件GitHubNotebookRepo和GCSNotebookRepo的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图将笔记本保存在GCS和GitHub上,但没有成功.

我有以下错误:

INFO [2020-07-23 19:54:59,790] ({qtp684874119-16} PluginManager.java[loadNotebookRepo]:60) - Loading NotebookRepo Plugin: org.apache.zeppelin.notebook.repo.GCSNotebookRepo
WARN [2020-07-23 19:54:59,791] ({qtp684874119-16} PluginManager.java[loadNotebookRepo]:68) - Fail to instantiate notebookrepo from classpath directly:org.apache.zeppelin.notebook.repo.GCSNotebookRepo
WARN [2020-07-23 19:54:59,791] ({qtp684874119-16} PluginManager.java[getPluginClassLoader]:181) - PluginFolder /usr/lib/zeppelin/plugins/NotebookRepo/GCSNotebookRepo doesn't exist or is not a directory

任何人都可以帮助我吗?

谢谢!

解决方案

Dataproc 1.5和2.0预览图像上的Apache Zeppelin安装缺少GCS插件,您可以从 Maven Central 或使用预先安装了GCSNotebookRepo插件的Dataproc 1.4./p>

在即将发布的版本中,我们也会默认将GCSNotebookRepo插件捆绑在Dataproc 1.5和2.0预览版中.

I tried to save my notebooks on GCS and GitHub without success.

I have the error below:

INFO [2020-07-23 19:54:59,790] ({qtp684874119-16} PluginManager.java[loadNotebookRepo]:60) - Loading NotebookRepo Plugin: org.apache.zeppelin.notebook.repo.GCSNotebookRepo
WARN [2020-07-23 19:54:59,791] ({qtp684874119-16} PluginManager.java[loadNotebookRepo]:68) - Fail to instantiate notebookrepo from classpath directly:org.apache.zeppelin.notebook.repo.GCSNotebookRepo
WARN [2020-07-23 19:54:59,791] ({qtp684874119-16} PluginManager.java[getPluginClassLoader]:181) - PluginFolder /usr/lib/zeppelin/plugins/NotebookRepo/GCSNotebookRepo doesn't exist or is not a directory

Anyone can help me please?

thanks!

解决方案

Apache Zeppelin installation on Dataproc 1.5 and 2.0 preview images is missing GCS plugin, you can either download it from Maven Central or use Dataproc 1.4 that has GCSNotebookRepo plugin pre-installed.

In upcoming releases we will bundle GCSNotebookRepo plugin in Dataproc 1.5 and 2.0 preview by default too.

这篇关于使用Dataproc在Zeppelin上加载插件GitHubNotebookRepo和GCSNotebookRepo的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 08:05