All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ppelin.zeppelin-file.0.11.2.source-code.interpreter-setting.json Maven / Gradle / Ivy

The newest version!
[
  {
    "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
    }
  }
]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy