Hello, I'm doing task https://issues.apache.org/jira/browse/ZEPPELIN-922 (introducing new interpreter registration mechanism for Scalding) and I have a question about interpreter-setting.json. Why do we need "propertyName"? It always has the same value as a key in properties map (or null). I can't find any usages of it in code.
Should I add this property to new json or just omit it? Thank you Igor Drozdov