Github user tae-jun commented on the issue:
https://github.com/apache/zeppelin/pull/1630
@AhyoungRyu Thanks! I also think `notebook` is a little bit weird :) I
merged your PR thanks.
This change will affect other insufficient privileges error messages as
well:
* Insufficient privileges to `read` ~~notebook~~
* Insufficient privileges to `update` ~~notebook~~
* Insufficient privileges to `remove` ~~notebook~~
* Insufficient privileges to `write` ~~notebook~~
* Insufficient privileges to `clear output` ~~notebook~~
I prefer removing `notebook`. What do you think guys? If anyone has a
concern about this, please tell.
And about CI, I suffered from that error when I tried to compile only one
project (e.g. `zeppelin-server`). Since `zeppelin-server` depends on
`zeppelin-interpreter` and `zeppelin-zengine`, I had to build two dependencies
and `install` them on local maven repo, which can be done with `mvn clean
package install -DskipTests`. If not, when it tries to compile
`zeppelin-server`, it cannot find symbols of `zeppelin-zengine` and goes to
fail.
However, I'm not sure that CI only recompiles changed files. I will look
into it, and tell you if I get some more information.
(CI was green before ð)
---
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.
---