
ppelin.zeppelin-hbase.0.12.0.source-code.interpreter-setting.json Maven / Gradle / Ivy
[
{
"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