| [ | |
| { | |
| "group": "groovy", | |
| "name": "groovy", | |
| "className": "org.apache.zeppelin.groovy.GroovyInterpreter", | |
| "properties": { | |
| "GROOVY_CLASSES": { | |
| "envName": null, | |
| "propertyName": "GROOVY_CLASSES", | |
| "defaultValue": "", | |
| "description": "The path for custom groovy classes location. If empty `./interpreter/groovy/classes`", | |
| "type": "textarea" | |
| } | |
| }, | |
| "editor": { | |
| "editOnDblClick": false, | |
| "completionSupport": false | |
| } | |
| } | |
| ] |