Re: Fill Dropdownlist with sql result

2017-11-07 Thread t p
I don’t think there is a way to accomplish this using JDBC or PSQL interpreter. https://zeppelin.apache.org/docs/0.7.3/manual/dynamicform.html This can be accomplished using spark interpreter where you can programatically create d

Re: Delete/Disable existing interpreter

2017-11-07 Thread Jeff Zhang
You can delete interpreter folders under $ZEPPELIN_HOME/interpreter which you don't want to use for a fresh zeppelin installation. If it is not a fresh zeppelin installation, you still need to manually delete interpreter in UI. Anandha L Ranganathan 于2017年11月8日周三 上午11:55写道: > We have zeppelin

Delete/Disable existing interpreter

2017-11-07 Thread Anandha L Ranganathan
We have zeppelin running in production but when someone creates a new notebook, it displays all the interpreter in the dropdown. We are using only 2 or 3 interpreters and other interpreters not in use. Is there a way to delete/disable other interpreters that are not being used ? I tried to delet

Fill Dropdownlist with sql result

2017-11-07 Thread calamita . agostino
Hi, I'm developing a notebook with jdbc ( mysql ), and I need to create a dropdown list that will be used as parameter for a query. Is there a way to feel this dropdown list dynamically ? That is I want to fill this dropdown list with the result of a query: SELECT DISTINCT IPADDRESS FROM MEASU