Nice!
Get this in
https://github.com/apache/zeppelin/blob/master/docs/interpreter/python.md?
From: Partridge, Lucas (GE Aviation)
Sent: Wednesday, January 10, 2018 2:27:19 AM
To: Jeff Zhang
Cc: users@zeppelin.apache.org
Subject: Use Bokeh in Apache Zeppelin
Than
Hello, Maxime!
$$ syntax [1] and note level dynamic forms [2] are available now only in the
master branch.
[1]
http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/usage/dynamic_form/intro.html#using-form-templates-scope-note
[2]
http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/usage/dynamic_form/intr
It seems by design of yarn mode. Have you ever make it work in spark-shell ?
Jhon Anderson Cardenas Diaz 于2018年1月10日周三
下午9:17写道:
> *Environment*:
> AWS EMR, yarn cluster.
>
> *Description*:
>
> I am trying to use a java filter to protect the access to spark ui, this
> by using the property spark
Hello team,
I am trying to use a dynamically created parameter within python paragraph in
another %jdbc paragraph in the same notebook but seems it is not working for
now with zeppelin 7.3 (using z.input or $$)
Can you please give me an example on how it should work ?
Thanks for your help
Kind
*Environment*:
AWS EMR, yarn cluster.
*Description*:
I am trying to use a java filter to protect the access to spark ui, this by
using the property spark.ui.filters; the problem is that when spark is
running on yarn mode, that property is being allways overriden with the
filter org.apache.hadoop.
Thanks Jeff! I can confirm the following resulted in an inline graph when using
a notebook bound to the Spark interpreter group in plain Zeppelin 0.7.0:
%pyspark
from bokeh.plotting import figure
from bokeh.io import show,output_notebook
import bkzep
output_notebook(notebook_type='zeppelin')
f =