update doc format

This commit is contained in:
Jeff Zhang 2016-07-26 11:07:49 +08:00
parent e82d88986e
commit 3ff5561e4f

View file

@ -45,8 +45,8 @@ So, copying `notebook` and `conf` directory should be enough.
bin/zeppelin-daemon.sh start
```
# Migration Guide
## Migration Guide
## Upgrading From Zeppelin 0.6 to 0.7
### 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.
- 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.