I installed Apache Zeppelin 0.10.0 on RedHat 8, running with java 1.8_301.
When I try to play Java interpreter example coming from official documentation.
I get the following issue:
line 6 : error while writing C1a879a6eb4864d60adaa926aa283ba21: C1a879a6eb4864d60adaa926aa283ba21.class (Permission denied)
When I read StaticRepl.java I can see usage of:
JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();`
I does not manage to find information where class has been try to be generated?
Do you know if it exists Java opt / Zeppelin configuration to correct this issue ?
I know that it is possible to change location using StandardJavaFileManager, maybe I should open a Jira issue ?