add migration doc

This commit is contained in:
Jeff Zhang 2016-07-26 09:14:24 +08:00
parent ef5a36097e
commit e82d88986e

View file

@ -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.