n JDK, which we have never tested. It might cause some
problems.
Piotrek
wt., 2 mar 2021 o 16:23 Alexander Borgschulze
napisał(a):
I was trying to run Apache Flink within an Android App. I just want to run a
minimum working example, like this:@Overrideprotected void onCreate(Bundle
savedI
I was trying to run Apache Flink within an Android App. I just want to run a
minimum working example, like this:
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
runFlinkExample();
}
private v
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.Simple
Can I use Joda-Time instead of Java-Time and set it up in the StreamExecutionEnvironment?
I am trying to use Apache-Flink in my Android-Project with "minSdkVersion 24".
Unfortunately, the following code causes an error:
val env: StreamExecutionEnvironment = LocalStreamEnvironment.getExecutionEnvironment()
env.streamTimeCharacteristic = TimeCharacteristic.ProcessingTime