Re: Unsatisfied Link Error
Posted by
Debaditya Roy on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Unsatisfied-Link-Error-tp7251p7281.html
Actually I have worked on IntelliJ only. As you said I also suspect the fat jar (created from intelliJ) is unable to have the link to the native library when I generate it and also the maven plugin is present in the pom.xml . I also used another fat jar creator application to create the fat jar and link it manually with my native library. In the second case I do not find the error of linking however I get a new error:
org.apache.flink.client.program.ProgramInvocationException: The program plan could not be fetched - the program aborted pre-maturely. However the program is executing all the steps it is required to do because I can see all the files written properly as expected.