Re: Protecting sensitive paragraph information

2016-02-21 Thread btiernay
moon wrote > Do you mean sensitive information inside of paragraph code or output? Code in particular. I've seen some users do this with system properties, but it would be very useful to have something in that is more dynamic and is bound to the notebook. moon wrote > Zeppelin itself does not ha

Re: R Interpreter

2016-02-20 Thread btiernay
What will be the fate of the datalayer PR? I think this is causing some confusion. -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/R-Interpreter-tp2187p2371.html Sent from the Apache Zeppelin Users (incubating) mailing list mailing list

Re: Angular bind the result set of a %jdbc paragraph

2016-02-20 Thread btiernay
Hi Jongyoul, Basically I'm hoping to make the %jdbc interpreter language at bit more flexible, maybe offering the following features: 1. Suppress output of standard charts / tables - Allows rendering in another paragraph instead 2. Bind the results of a %jdbc paragraph so that the values could b

Angular bind the result set of a %jdbc paragraph

2016-02-20 Thread btiernay
Is it possible to Angular bind the result set of a %jdbc paragraph? This would be very useful for creating dynamic charts using other charting libraries that Zeppelin doesn't support. On a related note, I think the %jdbc interpreter would need to support not producing any output to make this seam

Protecting sensitive paragraph information

2016-02-20 Thread btiernay
Is there a mechanism is Zeppelin to externalize / protect sensitive information such as passwords? This would be very useful when creating a connection in R, Spark, etc. to hide the passwords from notebook viewers. Curious if others have handled this. Thanks. -- View this message in context: h