Hi Folks,
Since the release of Zeppelin 0.10.0, we have several critical fixes, I am
thinking of the release of Zeppelin 0.10.1, the only left issue in my mind
is the support fo Spark 3.2.0(
https://issues.apache.org/jira/browse/ZEPPELIN-5565), let me know what your
thoughts are.
Here's the list
Hi Jeff,
I would consider the support for Spark 3.2.0 as a new feature and not
include it in the 0.10 branch. Therefore, nothing stands in the way of a
bugfix version 0.10.1 in my opinion.
Best Regards
Philipp Dallig
Am 18.10.21 um 11:33 schrieb Jeff Zhang:
Hi Folks,
Since the release of Z
it is better
/api/notebook/** = authcBasic
/** = authc
this replacement permits logging-in to webapp with no basic authentication
browser
popup and a the same time to use rest notepbook api in CORS mode with no
problem.
Alessandro
On 2021/10/18 06:58:02, Alessandro Busato wrote:
> I solved
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
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,
I am se
OK, so it's not that I don't manage to do it, actually, it's that precode is
not what I'm looking for.
Using the classname and parameter zeppelin..precode, everytime my
java interpreter is spawned, my precode snippet is prepended to the first bash
code executed by shell. However, every time I e
What kind of pre code you'd like to execute for your shell ?
Daubignard Marion 于2021年10月19日周二 上午3:22写道:
> OK, so it’s not that I don’t manage to do it, actually, it’s that precode
> is not what I’m looking for.
>
>
>
> Using the classname and parameter zeppelin..precode, everytime
> my java inte