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.
>
> *De :* Jeff Zhang
> *Envoyé :* mardi 19 octobre 2021 09:33
> *À :* users
> *Objet :* Re: Precode for abstract interpreters
>
>
>
> I don't think you need to use precode to set env. You can set env directly
> in shell's interpreter setting.
>
> e.g.
Envoyé : mardi 19 octobre 2021 09:33
À : users
Objet : Re: Precode for abstract interpreters
I don't think you need to use precode to set env. You can set env directly in
shell's interpreter setting.
e.g. If you set ENV_1 as value_1, you can get this in shell interpreter via
echo $ENV_1
ned, 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.o
elin.apache.org<mailto:users@zeppelin.apache.org>
Objet : Precode for abstract interpreters
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 d
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: Precode for abstract interpreters
>
>
>
> My bad… AbstractInter
eppelin.apache.org<mailto:users@zeppelin.apache.org>
Objet : Precode for abstract interpreters
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, sin
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,
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