| [ |
| { |
| "group": "file", |
| "name": "hdfs", |
| "className": "org.apache.zeppelin.file.HDFSFileInterpreter", |
| "properties": { |
| "hdfs.url": { |
| "envName": null, |
| "propertyName": "hdfs.url", |
| "defaultValue": "http://localhost:50070/webhdfs/v1/", |
| "description": "The URL for WebHDFS", |
| "type": "url" |
| }, |
| "hdfs.user": { |
| "envName": null, |
| "propertyName": "hdfs.user", |
| "defaultValue": "hdfs", |
| "description": "The WebHDFS user", |
| "type": "string" |
| }, |
| "hdfs.maxlength": { |
| "envName": null, |
| "propertyName": "hdfs.maxlength", |
| "defaultValue": "1000", |
| "description": "Maximum number of lines of results fetched", |
| "type": "number" |
| } |
| }, |
| "editor": { |
| "editOnDblClick": false, |
| "completionSupport": true |
| } |
| } |
| ] |