Hi, I have this MR https://github.com/apache/zeppelin/pull/2742 under review.
Cheers, Nelson On 2 March 2018 at 16:21, Jhon Anderson Cardenas Diaz < jhonderson2...@gmail.com> wrote: > Hi fellow Zeppelin users. > > I would like to know if is there a way in zeppelin to set interpreter > properties > that can not be changed by the user from the graphic interface. > > An example use case in which this can be useful is if we want that zeppelin > users can not kill jobs from the spark ui; for this you must modify the > property "spark.ui.killEnabled" with value FALSE. The problem is that the > user can change this property from the interpreter screen and enable the > feature again. > > I am wondering if maybe is there some attribute in the properties > registered in interpreter-setting.json that makes that property readonly > (for end user) or something like that. > > Thank you in advance!. >