RE: Precode for abstract interpreters

2021-10-20 Thread Daubignard Marion
ff Zhang [mailto:zjf...@gmail.com] Envoyé : mercredi 20 octobre 2021 09:08 À : users Objet : Re: Precode for abstract interpreters It works for me, but it is not recommended to set PATH which is used by interpreter process launcher. It may cause interpreter fail to launch.

Problem with contrib interpreter when Dockerizing

2021-10-20 Thread Daubignard Marion
Hi everyone, So I've been trying to write my own interpreter for Splunk, because I haven't found any. I'm running into a problem, and we've been struggling with it for 2 days now. So maybe one of you will have ideas, especially if you have tried running a contrib interpreter in a dockerized Ze

RE: Precode for abstract interpreters

2021-10-19 Thread Daubignard Marion
Daubignard Marion mailto:marion.daubign...@ssi.gouv.fr>> 于2021年10月19日周二 下午3:24写道: Hi Jeff, I'd like to set up some environment variables. Le 19 oct. 2021 05:46, Jeff Zhang mailto:zjf...@gmail.com>> a écrit : What kind of pre code you'd like to execute for

Re: Precode for abstract interpreters

2021-10-19 Thread Daubignard Marion
Hi Jeff, I'd like to set up some environment variables. Le 19 oct. 2021 05:46, Jeff Zhang a écrit : What kind of pre code you'd like to execute for your shell ? Daubignard Marion mailto:marion.daubign...@ssi.gouv.fr>> 于2021年10月19日周二 上午3:22写道: OK, so it’s not that I don’t

RE: Precode for abstract interpreters

2021-10-18 Thread Daubignard Marion
owever, every time I execute my shell interpreter, a new bash -c is spawned, and then nothing persists of my environment. Does anyone have an idea to solve this problem ? Thanks again, Marion De : Daubignard Marion Envoyé : lundi 18 octobre 2021 21:00 À : users@zeppelin.apache.org Objet : RE:

RE: Precode for abstract interpreters

2021-10-18 Thread Daubignard Marion
My bad... AbstractInterpreter extends Interpreter... so I guess I should manage to make it work ; I can't for now. Anyone tried this already ? De : Daubignard Marion Envoyé : lundi 18 octobre 2021 20:47 À : users@zeppelin.apache.org Objet : Precode for abstract interpreters Hi everyone,

Precode for abstract interpreters

2021-10-18 Thread Daubignard Marion
Hi everyone, I am searching the best way to initialize a few settings before running the shell or terminal interpreters, and I realized that the precode feature is not implemented for them, since they do not extend the Interpreter class, but rather the AbstractInterpreter class. Hence, my questi

RE: RE: Build 0.10.0-SNAPSHOT failure on shell

2021-07-07 Thread Daubignard Marion
Yeah sorry just a shot in the dark, Alessandro ☺ On my end, I was not able to gather what happened that made this error disappear because I definitely had it and if the PR is not merged I’m not clear on why it builds here. Have a nice day zeppelin folks, M. De : Jeff Zhang [mailto:zjf...@gmail.

RE: [DISCUSS] Releasing 0.9.1

2021-07-06 Thread Daubignard Marion
Yes I would love that. I would like to have a stable version in production and I am not able to build 0.9 ☹ Aside from the flink problem, it hangs on building Kubernetes launcher plugin. I don’t know why, it does not do that on master… Thanks for your help, -M De : Danny Cranmer Envoyé : mardi 6

RE: Build 0.10.0-SNAPSHOT failure on shell

2021-07-06 Thread Daubignard Marion
Hi Alessandro, I myself have trouble building 0.9. A lot of these weird messages were appearing when I did not build with the right version of Java. You might check that you have java 1.8 (java -version will do the trick). Since changing, I can build master. Maybe you have a similar issue ? -m -

RE: [ZEPPELIN 0.9.0] Build problem

2021-06-28 Thread Daubignard Marion
commit. You can also use branch-0.9 to build zeppelin. Daubignard Marion mailto:marion.daubign...@ssi.gouv.fr>> 于2021年6月28日周一 下午5:25写道: Hi, Building master right now does not yield problems with flink, but il leads to the same maven-scala-plugin problem :-/ It is expected that upstream has pr

RE: [ZEPPELIN 0.9.0] Build problem

2021-06-28 Thread Daubignard Marion
version ? Thanks for your help, M De : Jeff Zhang Envoyé : vendredi 25 juin 2021 21:35 À : users Objet : Re: [ZEPPELIN 0.9.0] Build problem Could you pull the latest code from master branch ? I think this is an issue which has been fixed recently Daubignard Marion mailto:marion.daubign

[ZEPPELIN 0.9.0] Build problem

2021-06-25 Thread Daubignard Marion
Hi everyone, Thanks for this great project. I have tested out zeppelin 0.9.0 by downloading it in binary form, and now I am trying to rebuild it from source and it does not seem to work, neither from the master branch when checking out tag v0.9.0-docker, nor when checking out branch-0.9. In bot