Re: Input Controls and Visualizations in Zeppelin

2016-05-24 Thread Corneau Damien
If you want to have another 'switch' button just like the chart one, it has to be done internally. However if it's just to use occasionally, you could make a component using %angular interpreter. But, what you are thinking about is pretty much the goal behind Helium On Tue, May 24, 2016 at 9:47 P

Input Controls and Visualizations in Zeppelin

2016-05-24 Thread ashish rawat
Hi folks, I was wondering if there is any work going on for adding more input controls and visualizations in Zeppelin. For eg, a json viewer would be helpful for TEXT responses which are structured as json. Does the architecture support plugging new visualizations without changing the internals?

Re: dynamically populating drop-downs

2016-05-24 Thread ashish rawat
If not currently possible, are there any good suggestions on how to approach this for elastic search interpreter. Currently, we are changing Zeppelin Server and Web by creating a new operations to achieve this, but that does not look like something which we can contribute back. A generic (and quic

Re: TLS support

2016-05-24 Thread rohit choudhary
Here's some information - https://github.com/apache/incubator-zeppelin/tree/master/conf. Thanks, Rohit. On Wed, May 25, 2016 at 5:38 AM, Peter Schwarz wrote: > Does Zeppelin support TLS, in particular TLSv1.2? If so, how is it > configured? > > Thank you, > Peter Schwarz > >

Re: dynamically populating drop-downs

2016-05-24 Thread ashish rawat
Thanks Mohit and Mark. I have seen this example, but it works only for Spark. How can one do this generically for all interpreters, specifically elastic search interpreter. Regards, Ashish On Mon, May 23, 2016 at 11:55 PM, Marc Warren wrote: > here is a youtube video using the angular display s

TLS support

2016-05-24 Thread Peter Schwarz
Does Zeppelin support TLS, in particular TLSv1.2? If so, how is it configured? Thank you, Peter Schwarz

Re: Regarding NVD3 charts

2016-05-24 Thread Corneau Damien
I think there was originally some issues with the nvd3 directives, so we used the javascript library. Might have changed since, however it wouldn't be an easy change On Tue, May 24, 2016 at 3:32 AM, Chirag Sharma wrote: > Hi there > > Is there any specific advantage that javascript library of ch

Re: Job failed when run R

2016-05-24 Thread Eric Charles
I don't have that issue - `%r 2+2` works out of the box. The NoSuchMethodError is IMHO not related. The getElementsByTag should return a list. I would suscpect more the html() method which may not be present in previous JSoup versions. Did you rebuild between those tests? On 18/05/16 20:48,

Regarding NVD3 charts

2016-05-24 Thread Chirag Sharma
Hi there Is there any specific advantage that javascript library of charts has been preferred over angular directive of nvd3 charts? With thanks & regards Chirag