mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add editor field
This commit is contained in:
parent
6f9012b40a
commit
26cbbb825a
9 changed files with 58 additions and 1 deletions
|
|
@ -22,6 +22,9 @@
|
|||
"defaultValue": "100000",
|
||||
"description": "Maximum number of rows to fetch from BigQuery"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "sql"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
"defaultValue": "6123",
|
||||
"description": "port of running JobManager."
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "scala"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -154,6 +154,9 @@
|
|||
"defaultValue": "org.postgresql.Driver",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "sql"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -87,6 +87,9 @@
|
|||
"defaultValue": "",
|
||||
"description": "Adding extra libraries to livy interpreter"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "scala"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -105,6 +108,9 @@
|
|||
"defaultValue": "false",
|
||||
"description": "Execute multiple SQL concurrently if set true."
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "sql"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -112,6 +118,9 @@
|
|||
"name": "pyspark",
|
||||
"className": "org.apache.zeppelin.livy.LivyPySparkInterpreter",
|
||||
"properties": {
|
||||
},
|
||||
"editor": {
|
||||
"language": "python"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -119,6 +128,9 @@
|
|||
"name": "sparkr",
|
||||
"className": "org.apache.zeppelin.livy.LivySparkRInterpreter",
|
||||
"properties": {
|
||||
},
|
||||
"editor": {
|
||||
"language": "r"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
"defaultValue": "markdown4j",
|
||||
"description": "Markdown Parser Type. Available values: markdown4j, pegdown. Default = markdown4j"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "markdown"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
"defaultValue": "1000",
|
||||
"description": "Max number of dataframe rows to display."
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "python"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@
|
|||
"defaultValue": "",
|
||||
"description": "Kerberos principal"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "sh"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -54,6 +54,9 @@
|
|||
"defaultValue": "local[*]",
|
||||
"description": "Spark master uri. ex) spark://masterhost:7077"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "scala"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -85,6 +88,9 @@
|
|||
"defaultValue": "true",
|
||||
"description": "Import implicits, UDF collection, and sql if set true. true by default."
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "sql"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -104,6 +110,9 @@
|
|||
"defaultValue": "spark-packages,http://dl.bintray.com/spark-packages/maven,false;",
|
||||
"description": "A list of 'id,remote-repository-URL,is-snapshot;' for each remote repository."
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "scala"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -117,6 +126,9 @@
|
|||
"defaultValue": "python",
|
||||
"description": "Python command to run pyspark with"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "python"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -54,6 +54,9 @@
|
|||
"defaultValue": "local[*]",
|
||||
"description": "Spark master uri. ex) spark://masterhost:7077"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "scala"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -85,6 +88,9 @@
|
|||
"defaultValue": "true",
|
||||
"description": "Import implicits, UDF collection, and sql if set true. true by default."
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "sql"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -104,6 +110,9 @@
|
|||
"defaultValue": "spark-packages,http://dl.bintray.com/spark-packages/maven,false;",
|
||||
"description": "A list of 'id,remote-repository-URL,is-snapshot;' for each remote repository."
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "scala"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -117,6 +126,9 @@
|
|||
"defaultValue": "python",
|
||||
"description": "Python command to run pyspark with"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "python"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -148,6 +160,9 @@
|
|||
"defaultValue": "out.format = 'html', comment = NA, echo = FALSE, results = 'asis', message = F, warning = F",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"language": "r"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue