Glad to hear that!
On Wed, Aug 22, 2018 at 8:13 AM, Vishnu Viswanath <
vishnu.viswanat...@gmail.com> wrote:
> Thank you Guoshang. I finally solved the issue by shifting from openjdk to
> https://hub.docker.com/r/anapsix/alpine-java/ in my container.
> Looks like alpine openjdk has musl libc imple
Thank you Guoshang. I finally solved the issue by shifting from openjdk to
https://hub.docker.com/r/anapsix/alpine-java/ in my container.
Looks like alpine openjdk has musl libc implementation but RocksJava
required glibc.
On Mon, Jul 30, 2018 at 9:31 AM Guozhang Wang wrote:
> Hello Vishnu,
>
>
Hello Vishnu,
Maybe this is the root cause of your issue?
https://github.com/docker-flink/docker-flink/issues/14
Guozhang
On Mon, Jul 30, 2018 at 8:44 AM, Vishnu Viswanath <
vishnu.viswanat...@gmail.com> wrote:
> Hi All,
>
> While running Kafka streams application with a "aggregate" function i
Hi All,
While running Kafka streams application with a "aggregate" function in it.
Running via docker (alpine linux). I am getting
*"*java.lang.UnsatisfiedLinkError:
/tmp/librocksdbjni20844899025353663*88.so: libstdc++.so.6: cannot open
shared object file: No such file or directory". *similar to w