fix formating: add lines

This commit is contained in:
Khalid Huseynov 2017-02-01 17:54:05 +09:00
parent c85ee6ec23
commit fae6410ebb

View file

@ -48,10 +48,13 @@ If someone who doesn't have **read** permission is trying to access the notebook
## Separate notebook workspaces (public vs. private)
By default, the authorization rights allow other users to see the newly created note, meaning the workspace is `public`. This behavior is controllable and can be set through either `ZEPPELIN_NOTEBOOK_PUBLIC` variable in `conf/zeppelin-env.sh`, or through `zeppelin.notebook.public` property in `conf/zeppelin-site.xml`. Thus, in order to make newly created note appear only in your `private` workspace by default, you can set either `ZEPPELIN_NOTEBOOK_PUBLIC` to `false` in your `conf/zeppelin-env.sh` as follows:
```
export ZEPPELIN_NOTEBOOK_PUBLIC="false"
```
or set `zeppelin.notebook.public` property to `false` in `conf/zeppelin-site.xml` as follows:
```
<property>
<name>zeppelin.notebook.public</name>