davidh
04/07/2023, 1:59 PM--add-opens=java.base/java.nio=ALL-UNNAMED
for Arrow support?altavir
04/07/2023, 3:42 PMdavidh
04/07/2023, 3:45 PMaltavir
04/07/2023, 3:45 PMdavidh
04/07/2023, 3:50 PMinit.sh
last night. Need to find that againKOTLIN_JUPYTER_JAVA_OPTS
or KOTLIN_JUPYTER_JAVA_OPTS_EXTRA
work as secrets on the default kernelaltavir
04/07/2023, 3:53 PMIlya Muradyan
04/07/2023, 9:20 PM--add-opens=java.base/java.nio=ALL-UNNAMED
to your environment
https://github.com/Kotlin/kotlin-jupyter/blob/master/distrib/run_kotlin_kernel/run_kernel.py#L68davidh
04/07/2023, 9:22 PMIlya Muradyan
04/07/2023, 9:23 PMdavidh
04/07/2023, 11:56 PMKOTLIN_JUPYTER_JAVA_OPTS_EXTRA
. I restarted the machine and verified the KERNEL_JAVA_OPTS
was in the /proc/{pid}/environ for both the java kernel process and its parent but it didn't modify the java command.
I tried these first, KERNEL_JAVA_OPTS
, KERNEL_EXTRA_JAVA_OPTS
, KOTLIN_JUPYTER_JAVA_OPTS
(this one is overwritten)
But this one works KOTLIN_JUPYTER_JAVA_OPTS_EXTRA
altavir
04/08/2023, 6:27 AMenvironment
file. Maybe jvm keys should go there.Ilya Muradyan
04/08/2023, 8:16 AM