-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
After cloning this repo - I rebuild locally the images via
skaffold dev -f .staroid/skaffold.yaml
then tag, and deployed in my own k8s cluster using the .staroid k8s template - after few trick in both the docker image and k8s template.
But no spark interpreter is deployed, and all the other interpreter like md - i end up with the following error:
org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: Fail to instantiate Launcher K8sStandardInterpreterLauncher from plugin pluginDir: /zeppelin/plugins at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:129) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:271) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:444) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:72) at org.apache.zeppelin.scheduler.Job.run(Job.java:172) at org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:132)
am i missing something to get zeppelin working ?