Github user khalidhuseynov commented on the issue:
https://github.com/apache/zeppelin/pull/1390
so build failed at least because of checkstyle violations. here are some to
fix:
```
[ERROR] ZeppelinConfiguration.java[327] (sizes) LineLength: Line is longer
than 100 characters (found 106).
[ERROR] ZeppelinConfiguration.java[363] (sizes) LineLength: Line is longer
than 100 characters (found 110).
[ERROR] ZeppelinConfiguration.java[375] (sizes) LineLength: Line is longer
than 100 characters (found 111).
[ERROR] Notebook.java[152] (sizes) LineLength: Line is longer than 100
characters (found 105).
[ERROR] Notebook.java[638] (sizes) LineLength: Line is longer than 100
characters (found 104).
[ERROR] GitNotebookRepo.java[60] (sizes) LineLength: Line is longer than
100 characters (found 112).
[ERROR] S3NotebookRepo.java[85] (sizes) LineLength: Line is longer than 100
characters (found 111).
[ERROR] VFSNotebookRepo.java[63] (sizes) LineLength: Line is longer than
100 characters (found 112).
```
Another question is related to what @Leemoonsoo mentioned regarding
multiple owners. Actually that's broader question, say user1 added user2 as the
reader, or writer for his noteA. then we still need to control each user's view
based on note permissions.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---