mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
document note format change
This commit is contained in:
parent
282504ea3e
commit
a1fe729f32
1 changed files with 1 additions and 0 deletions
|
|
@ -54,3 +54,4 @@ So, copying `notebook` and `conf` directory should be enough.
|
|||
- Usage of `ZEPPELIN_PORT` is not supported in ssl mode. Instead use `ZEPPELIN_SSL_PORT` to configure the ssl port. Value from `ZEPPELIN_PORT` is used only when `ZEPPELIN_SSL` is set to `false`.
|
||||
- The support on Spark 1.1.x to 1.3.x is deprecated.
|
||||
- From 0.7, we uses `pegdown` as the `markdown.parser.type` option for the `%md` interpreter. Rendered markdown might be different from what you expected
|
||||
- From 0.7 note.json format has been changed to support multiple outputs in a paragraph. Zeppelin will automatically convert old format to new format. 0.6 or lower version can read new note.json format but output will not be displayed. For the detail, see [ZEPPELIN-212](http://issues.apache.org/jira/browse/ZEPPELIN-212) and [pullrequest](https://github.com/apache/zeppelin/pull/1658).
|
||||
Loading…
Reference in a new issue