mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
commit
711eb54543
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ Here is an example of `interpareter-setting.json` on your own interpreter.
|
|||
```json
|
||||
[
|
||||
{
|
||||
"interpreterGroup": "your-group",
|
||||
"interpreterName": "your-name",
|
||||
"interpreterClassName": "your.own.interpreter.class",
|
||||
"group": "your-group",
|
||||
"name": "your-name",
|
||||
"className": "your.own.interpreter.class",
|
||||
"properties": {
|
||||
"propertiies1": {
|
||||
"envName": null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue