Hi, I think id value of interpreter is just randomly generated ID [1]. You can find ID generation routine here [2].
Thanks, moon [1] https://github.com/apache/zeppelin/blob/v0.7.3/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSetting.java#L106 [2] https://github.com/apache/zeppelin/blob/v0.7.3/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/utility/IdHashes.java#L74 On Tue, Oct 3, 2017 at 9:46 PM Jeffrey Rodriguez <[email protected]> wrote: > Hi folks, > I would like to upgrade the zeppelin interpreter properties > programmatically. I found two ways. > 1. Update the conf/interpreters.json > 2. User the interpreter REST API. > > My question is, should users/developers update the interpreter directly? > > id values for interpreters are like "2CVTZCCU4'", which seems to me not > very ramdom and more like a signature or class hash. > > Is the prefer way to maintain consistency, the REST API?? > > Regards, > Jeff Rodriguez >
