blob: 7a8cd62d51b476ab0c4a5761da801242c7ecf9a7 [file] [log] [blame]
[
{
"group": "alluxio",
"name": "alluxio",
"className": "org.apache.zeppelin.alluxio.AlluxioInterpreter",
"properties": {
"alluxio.master.hostname": {
"envName": "ALLUXIO_MASTER_HOSTNAME",
"propertyName": "alluxio.master.hostname",
"defaultValue": "localhost",
"description": "Alluxio master hostname",
"type": "string"
},
"alluxio.master.port": {
"envName": "ALLUXIO_MASTER_PORT",
"propertyName": "alluxio.master.port",
"defaultValue": "19998",
"description": "Alluxio master port",
"type": "number"
}
},
"editor": {
"editOnDblClick": false,
"completionSupport": true
}
}
]