mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add migration doc
This commit is contained in:
parent
ef5a36097e
commit
e82d88986e
1 changed files with 7 additions and 1 deletions
|
|
@ -43,4 +43,10 @@ So, copying `notebook` and `conf` directory should be enough.
|
|||
|
||||
```
|
||||
bin/zeppelin-daemon.sh start
|
||||
```
|
||||
```
|
||||
|
||||
# Migration Guide
|
||||
|
||||
## Upgrading From Zeppelin 0.6 to 0.7
|
||||
|
||||
- From 0.7, we don't use ZEPPELIN_JAVA_OPTS as default value of ZEPPELIN_INTP_JAVA_OPTS and also the same for ZEPPELIN_MEM/ZEPPELIN_INTP_MEM. If user want to configure the jvm opts of interpreter process, please set ZEPPELIN_INTP_JAVA_OPTS and ZEPPELIN_INTP_MEM explicitly.
|
||||
Loading…
Reference in a new issue