Jirka Kremser
Jirka Kremser
thanks, I am trying some different numbers to make travis happy, I will let you know
Creating the route/ingress and writing the URL back to the corresponding `sparkcluster` would allow another useful printer column (`additionalPrinterColumns` in CRD) as it was introduced here https://github.com/radanalyticsio/spark-operator/issues/246 Drawback is making...
I can't tell what's the issue w/ no logs, but my guess would be the version mismatch between the driver and the cluster. Make sure you use the same Spark...
also related https://www.graalvm.org/docs/reference-manual/aot-compilation/
graal native image is currently blocked by https://github.com/oracle/graal/issues/390 well in my case it looks like this: ``` /home/jkremser/install/graalvm-ce-1.0.0-rc4/bin/native-image \ -H:Name=micro -H:+JNI -H:EnableURLProtocols=https -jar ./target/spark-operator-*.jar ``` ``` [jk@local spark-operator no-vertex]λ ./spark-operator-*...
the blocking issue has been fixed, so this should be theoretically doable :champagne:
`sudo dnf install zlib-devel` was also necessary for the native-image build on Fedora 28. Now this is blocked by https://github.com/oracle/graal/issues/582
the issue above has been fixed, now w/ `rc13` I am hitting: log ``` Error: unsupported features in 4 methods Detailed message: Error: Detected a started Thread in the image...
adding `--allow-incomplete-classpath` removes two errors, the rest should be doable wit detecting the right classes that will be on the `--delay-class-initialization-to-runtime` [list](https://medium.com/graalvm/understanding-class-initialization-in-graalvm-native-image-generation-d765b7e4d6ed)
this should be probably done once this is merged https://github.com/radanalyticsio/spark-operator/pull/123