Re: Use Bokeh in Apache Zeppelin

2018-01-10 Thread Felix Cheung
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

RE: Use parameter into several paragraph, several interpreter

2018-01-10 Thread Belousov Maksim Eduardovich
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]

Re: How to create security filter for Spark UI in Spark on YARN

2018-01-10 Thread Jeff Zhang
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 >

Use parameter into several paragraph, several interpreter

2018-01-10 Thread Maxime Lanciaux
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

How to create security filter for Spark UI in Spark on YARN

2018-01-10 Thread Jhon Anderson Cardenas Diaz
*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

Use Bokeh in Apache Zeppelin

2018-01-10 Thread Partridge, Lucas (GE Aviation)
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