mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update doc format
This commit is contained in:
parent
e82d88986e
commit
3ff5561e4f
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue