Re: Notebook Rest API does not work with Zeppelin EMR (while other rest APIs works)

2016-01-15 Thread Jonathan Kelly
Thanks! I think rather than "sudo /etc/init.d/zeppelin start" the usual way would be "sudo service zeppelin start". However, on EMR 4.x, we actually use upstart (http://upstart.ubuntu.com) to manage the service processes and ensure that they are restarted automatically if they die, so the corre

Re: autocompletion

2016-01-15 Thread moon soo Lee
Hi Marc, Could you be little bit more specific? Text box can be created either by dynamic form ( http://zeppelin.incubator.apache.org/docs/latest/manual/dynamicform.html) or angular display system ( http://zeppelin.incubator.apache.org/docs/latest/displaysystem/angular.html ) Which one are you ref

Re: autocompletion

2016-01-15 Thread Marc Warren
​Ideally, I would like to to have a string array containing all possible symbols a user can enter. Then as the user enters a symbol into either a dynamic form or in the angular display system, as the user types, I'd like to check it against the allowed list and provide an auto completion option.​

Global dynamic form

2016-01-15 Thread Edward Wu
Hi, I am wondering if there's any possiblity to have per notebook dynamic forms. The reason I am asking is that I want multiple charts and queries to be parametric to a single set of inputs. Thanks, Edward