Github user weand commented on the issue:
https://github.com/apache/zeppelin/pull/2925
@zjffdu uhm, I can't confirm it. Today after checking out this PR from
scratch my first point now works correctly. sorry for the spam.
created issue
[ZEPPELIN-3427](https://issues.apache.org/jira/browse/ZEPPELIN-3427) for the
second point. is that really so complex to wait for 0.8.1 or 0.9.0 ?
Part of that change would be:
1) moving/adding logic of setting note.config.cronExecutionUser +
cronExecutionRoles to
org.apache.zeppelin.socket.NotebookServer.isCronUpdated(Map<String, Object>,
Map<String, Object>) when _cronUpdated = true_.
2) Then evaluate those config properties in
org.apache.zeppelin.notebook.Note.runAll() when authenticationInfo is created
---