| [ |
| { |
| "group": "ignite", |
| "name": "ignite", |
| "className": "org.apache.zeppelin.ignite.IgniteInterpreter", |
| "properties": { |
| "ignite.addresses": { |
| "envName": null, |
| "propertyName": "ignite.addresses", |
| "defaultValue": "127.0.0.1:47500..47509", |
| "description": "Comma separated list of addresses (e.g. 127.0.0.1:47500 or 127.0.0.1:47500..47509)", |
| "type": "textarea" |
| }, |
| "ignite.clientMode": { |
| "envName": null, |
| "propertyName": "ignite.clientMode", |
| "defaultValue": true, |
| "description": "Client mode. true or false", |
| "type": "checkbox" |
| }, |
| "ignite.config.url": { |
| "envName": null, |
| "propertyName": "ignite.config.url", |
| "defaultValue": "", |
| "description": "Configuration URL. Overrides all other settings.", |
| "type": "url" |
| }, |
| "ignite.peerClassLoadingEnabled": { |
| "envName": null, |
| "propertyName": "ignite.peerClassLoadingEnabled", |
| "defaultValue": true, |
| "description": "Peer class loading enabled. True or false", |
| "type": "checkbox" |
| } |
| }, |
| "editor": { |
| "editOnDblClick": false, |
| "completionSupport": false |
| } |
| }, |
| { |
| "group": "ignite", |
| "name": "ignitesql", |
| "className": "org.apache.zeppelin.ignite.IgniteSqlInterpreter", |
| "properties": { |
| "ignite.jdbc.url": { |
| "envName": null, |
| "propertyName": "ignite.jdbc.url", |
| "defaultValue": "jdbc:ignite:cfg://default-ignite-jdbc.xml", |
| "description": "Ignite JDBC connection URL.", |
| "type": "string" |
| } |
| }, |
| "editor": { |
| "editOnDblClick": false, |
| "completionSupport": false |
| } |
| } |
| ] |