| [ |
| { |
| "group": "lens", |
| "name": "lens", |
| "className": "org.apache.zeppelin.lens.LensInterpreter", |
| "properties": { |
| "zeppelin.lens.run.concurrent": { |
| "envName": null, |
| "propertyName": "zeppelin.lens.run.concurrent", |
| "defaultValue": true, |
| "description": "Run concurrent Lens Sessions", |
| "type": "checkbox" |
| }, |
| "zeppelin.lens.maxThreads": { |
| "envName": null, |
| "propertyName": "zeppelin.lens.maxThreads", |
| "defaultValue": "10", |
| "description": "If concurrency is true then how many threads?", |
| "type": "number" |
| }, |
| "zeppelin.lens.maxResults": { |
| "envName": null, |
| "propertyName": "zeppelin.lens.maxResults", |
| "defaultValue": "1000", |
| "description": "max number of rows to display", |
| "type": "number" |
| }, |
| "lens.server.base.url": { |
| "envName": null, |
| "propertyName": "lens.server.base.url", |
| "defaultValue": "http://<hostname>:<port>/lensapi", |
| "description": "The URL for Lens Server", |
| "type": "url" |
| }, |
| "lens.client.dbname": { |
| "envName": null, |
| "propertyName": "lens.client.dbname", |
| "defaultValue": "default", |
| "description": "The database schema name", |
| "type": "string" |
| }, |
| "lens.query.enable.persistent.resultset": { |
| "envName": null, |
| "propertyName": "lens.query.enable.persistent.resultset", |
| "defaultValue": false, |
| "description": "Apache Lens to persist result in HDFS?", |
| "type": "checkbox" |
| }, |
| "lens.session.cluster.user": { |
| "envName": null, |
| "propertyName": "lens.session.cluster.user", |
| "defaultValue": "default", |
| "description": "Hadoop cluster username", |
| "type": "string" |
| } |
| }, |
| "editor": { |
| "editOnDblClick": false, |
| "completionSupport": false |
| } |
| } |
| ] |