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

ppelin.zeppelin-hbase.0.12.0.source-code.interpreter-setting.json Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
[
  {
    "group": "hbase",
    "name": "hbase",
    "className": "org.apache.zeppelin.hbase.HbaseInterpreter",
    "properties": {
      "hbase.home": {
        "envName": "HBASE_HOME",
        "propertyName": "hbase.home",
        "defaultValue": "/usr/lib/hbase/",
        "description": "Installation directory of HBase",
        "type": "string"
      },
      "hbase.ruby.sources": {
        "propertyName": "hbase.ruby.sources",
        "defaultValue": "lib/ruby",
        "description": "Path to Ruby scripts relative to 'hbase.home'",
        "type": "string"
      },
      "zeppelin.hbase.test.mode": {
        "propertyName": "zeppelin.hbase.test.mode",
        "defaultValue": false,
        "description": "Disable checks for unit and manual tests",
        "type": "checkbox"
      }
    },
    "editor": {
      "editOnDblClick": false,
      "completionSupport": false
    }
  }
]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy