mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-804 Refactoring registration mechanism on Interpreters
- Fixed some unicode characters in interpreter-setting.json
This commit is contained in:
parent
3ad41bb3d3
commit
e8f990f2d6
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@
|
|||
"envName": null,
|
||||
"propertyName": null,
|
||||
"defaultValue": "spark-packages,http://dl.bintray.com/spark-packages/maven,false;",
|
||||
"description": "A list of \u0027id,remote-repository-URL,is-snapshot;\u0027 for each remote repository."
|
||||
"description": "A list of 'id,remote-repository-URL,is-snapshot;' for each remote repository."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
"zeppelin.R.render.options": {
|
||||
"envName": "ZEPPELIN_R_RENDER_OPTIONS",
|
||||
"propertyName": "zeppelin.R.render.options",
|
||||
"defaultValue": "out.format \u003d \u0027html\u0027, comment \u003d NA, echo \u003d FALSE, results \u003d \u0027asis\u0027, message \u003d F, warning \u003d F",
|
||||
"defaultValue": "out.format = 'html', comment = NA, echo = FALSE, results = 'asis', message = F, warning = F",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue