Hi Eric,Sourav,
I tried with latest HEAD and it seems to be broken but it works properly
with zeppelin 0.6.1.
On Mon, Sep 12, 2016 at 6:53 PM, Eric Charles wrote:
> Another more classical way to achieve this is to start the remote
> interpreter via the shell command (example `./bin/interpreter.s
Hello.
ZeppelinServer launch the InterpreterServer just before paragraph job is
started in the code automatically so you don't need to start
InterpreterServer on the paragraph.
I got same error when I was same situation with Eric Charles.
It's a bug i think so could you file the jira issue for thi
Another more classical way to achieve this is to start the remote
interpreter via the shell command (example `./bin/interpreter.sh -p 3034 -d
markdown`).
When I configure the markdown interpreter to connect to localhost:3034, I
receive an thrift exception (*). My thrift server and client are norma
Hi,
>From the documentation it is not very clear how exactly the remote
interpreter works.
Here is what I tried. But it didn't work. I am using zeppelin 0.6.1 binary
and spark 2.0.
1. In a remote spark cluster
a) I created a spark interpreter (copying from the default spark
interpreter) with ma