Pranav Kumar Agarwal created ZEPPELIN-77:
--------------------------------------------
Summary: report interpreter jar not picked
Key: ZEPPELIN-77
URL: https://issues.apache.org/jira/browse/ZEPPELIN-77
Project: Zeppelin
Issue Type: Bug
Reporter: Pranav Kumar Agarwal
While to trying to add an interpreter for lens (jira ZEPPELIN-61) I get
following error
ERROR [2015-05-12 01:28:24,586] ({pool-1-thread-2}
ProcessFunction.java[process]:41) - Internal error processing interpret
org.apache.thrift.TException: java.lang.NoSuchMethodError:
javax.ws.rs.ConstrainedTo.value()Ljavax/ws/rs/RuntimeType;
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:214)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:898)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:883)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:206)
It turns out in intepreter.sh jar files for the client are added after Zeppelin
process classpath. Remote Interpreter classpath should come first..
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)