Using Flink in a NI does not make much sense. However, it's definitely
worthwhile to enable Flink applications to use Flink as a library and
bundle that in a NI.
Btw reflection is not the root problem. You can use reflection just fine in
a NI. The issue with NI is (next to Unsafe) that NI has a cl
Hi,
the error it the original message means that inside a Kryo serializer, there is
something that uses sun.misc.Unsafe to compute field offset in raw memory to
access class fields. The problem is that memory layout in JVM and in NI is
different and most probably will result in a segfault if yo
On Sun 28 Jun 2020 at 01:34, Stephen Connolly <
stephen.alan.conno...@gmail.com> wrote:
>
>
> On Thu 25 Jun 2020 at 12:48, ivo.kn...@t-online.de
> wrote:
>
>> Whats up guys,
>>
>>
>>
>> I'm trying to run an Apache Flink Application with the GraalVM Native
>> Image but I get the following error: (
On Thu 25 Jun 2020 at 12:48, ivo.kn...@t-online.de
wrote:
> Whats up guys,
>
>
>
> I'm trying to run an Apache Flink Application with the GraalVM Native
> Image but I get the following error: (check attached file)
>
>
>
> I suppose this happens, because Flink uses a lot of low-level-code and is
>
Whats up guys,
I'm trying to run an Apache Flink Application with the GraalVM Native Image
but I get the following error: (check attached file)
I suppose this happens, because Flink uses a lot of low-level-code and is
highly optimized.
When I googled the combination of GraalVM Native Image