If you run a program using "flink run" in dist/bin, dependencies should be
taken care of.

Could you describe detailedly how you "start a flink program"? Did you
write an entrypoint, compile it and run by "java YouProgram"? If so, you
should configure classpath by yourself.

Best,
tison.


Alexander Borgschulze <borg...@web.de> 于2020年4月18日周六 上午3:03写道:

> When I try to start a flink program, I get the following exception:
>
> com.typesafe.config.ConfigException$Missing: No configuration setting
> found for key 'akka.version'
>         at
> com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:152)
>         at
> com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:170)
>         at
> com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:176)
>
>
> Do I need to change some files and add a new key-value pair?
>
  • Akka Error Alexander Borgschulze
    • Re: Akka Error tison

Reply via email to