-
Bug
-
Resolution: Fixed
-
Blocker
-
v1.0
Ubuntu 20.04
Jenkins 2.235.5
When trying to build it in Jenkins ->
Executed kernel : PYTHON Language : PYTHON Platform : LINUX Type : TEXT Working directory : /var/lib/jenkins/workspace/GIT java.lang.NoSuchMethodError: org.apache.zeppelin.interpreter.util.ProcessLauncher.<init>(Lorg/apache/commons/exec/CommandLine;Ljava/util/Map;Ljava/lang/String;)V at org.apache.zeppelin.jupyter.JupyterKernelInterpreter$JupyterKernelProcessLauncher.<init>(JupyterKernelInterpreter.java:313) at org.apache.zeppelin.jupyter.JupyterKernelInterpreter.launchJupyterKernel(JupyterKernelInterpreter.java:191) at org.apache.zeppelin.jupyter.JupyterKernelInterpreter.open(JupyterKernelInterpreter.java:121) at org.apache.zeppelin.jupyter.JupyterInterpreter.internalInterpret(JupyterInterpreter.java:65) at org.apache.zeppelin.interpreter.AbstractInterpreter.interpret(AbstractInterpreter.java:47) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:110) at io.jenkins.plugins.ml.IPythonKernelInterpreter.interpretCode(IPythonKernelInterpreter.java:86) at io.jenkins.plugins.ml.IPythonInterpreterManager.invokeInterpreter(IPythonInterpreterManager.java:109) at io.jenkins.plugins.ml.IPythonBuilder$ExecutorImpl.call(IPythonBuilder.java:327) at io.jenkins.plugins.ml.IPythonBuilder$ExecutorImpl.call(IPythonBuilder.java:304) at hudson.remoting.LocalChannel.call(LocalChannel.java:45) at io.jenkins.plugins.ml.IPythonBuilder.perform(IPythonBuilder.java:130) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.Build$BuildExecution.build(Build.java:206) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1880) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) ERROR: org.apache.zeppelin.interpreter.util.ProcessLauncher.<init>(Lorg/apache/commons/exec/CommandLine;Ljava/util/Map;Ljava/lang/String;)V Finished: FAILURE