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!.

Reply via email to