Re: Dynamic Forms

2017-04-14 Thread Jeff Zhang
Hi Ekta, I have a PR recently for making dynamic forms extensible. I plan to add other controls later, like datetime picker, slider and etc. https://github.com/apache/zeppelin/pull/2245 Ekta Nandwani 于2017年4月14日周五 下午11:02写道: > Hello, > > I see there are dropdown, checkboxes and text inputs av

Re: Dynamic Forms

2017-04-14 Thread moon soo Lee
Hi Ekta, We don't have it yet. But i think it's good to have one. You can always create JIRA[1] issue for new feature. Alternative is using Angular Display System [2] to create custom UI element. Thanks, moon [1] https://issues.apache.org/jira/browse/ZEPPELIN [2] http://zeppelin.apache.org/docs

Restricting interpreters to users in certain groups

2017-04-14 Thread Paul Brenner
I’m trying to limit one group of users to only be able to use a single interpreter on 0.7.1. Is this possible right now? I managed to get AD authentication working and I can setup roles and was able to limit the group so that users can’t access the interpreter page. But I can’t figure out how to

Dynamic Forms

2017-04-14 Thread Ekta Nandwani
Hello, I see there are dropdown, checkboxes and text inputs available in dynamic forms. https://zeppelin.apache.org/docs/0.7.1/manual/dynamicform.html I wanted to ask if there is anyway to take "date" type inputs in these dynamic forms? -- Regards, Ekta

Fwd: Errors using Zeppelin REST API

2017-04-14 Thread Ekta Nandwani
Hello everyone, I have got some trouble using the REST API of Zeppelin. I have a PHP application via which I am creating a paragraph in a notebook and later in the same script trying to run that paragraph. The new paragraph created has this text: "%sql select date_time from table_name" Now the p

How to launch a Helium Application in local deploy mode

2017-04-14 Thread fish fish
Hi Group, I have written a Helium application and deploy in local mode. Also I enable it in 'Helium' page. However, I don't know how to launch the enabled application in notebook. I tried type "%helium run" as showed in this video: https://cwiki.apache.org/confluence/display/ZEPPELIN/Helium+propos