Is it known when v0.7.0 is expected to be released?
On Wed, Jan 11, 2017 at 4:09 PM, Paul Brenner wrote:
> My understanding is that this kind of user specific control isn’t coming
> until v0.70. Currently when we run zeppelin all tasks are submitted by the
> user that started the zeppelin proces
Hi,
I have problem with R plots in Zeppelin. I have Hortonworks Sandbox 2.5
where I installed Zeppelin 0.6.2 (I'm not using HDP provided version on
Zeppelin there)
I followed the instructions from
https://zeppelin.apache.org/docs/0.6.2/interpreter/r.html
I can do all data manipulations but plot
Is something like feasible from the front end perspective - i.e the web UI
(Angular?) - i.e. not matter which process/JVM runs the interpreter, I’d assume
that a book is executed in the context of a we browser which unifies all the
pages of the book...
> On Jan 12, 2017, at 9:56 AM, Jeff Zhang
Agree to share variables between interpreters. Currently zeppelin launch
one JVM for each interpreter group. So it is not possible to share
variables between spark and sh. But for some interpreters like sh, md, it
is not necessary to create separate JVM for them. We can embed them in
spark interpre
Yes, many users suggest that feature to share results between paragraphs
and different interpreters. I think this would be one of major features in
a next release.
On Thu, Jan 12, 2017 at 10:30 PM, t p wrote:
> Is it possible to have similar support to exchange checkbox/dropdown
> variables and
Is it possible to have similar support to exchange checkbox/dropdown variables
and can variables be exchanged with other interpreters like PSQL (e.g. variable
set by spark/pyspark and accessible in another para which is running PSQL
interpreter).
I’m interested in doing this and I’d like to kn