Antw: [EXT] Re: Running Apache Flink on Android

2021-03-03 Thread Alexander Borgschulze
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 savedInstanceState) {

Running Apache Flink on Android

2021-03-02 Thread Alexander Borgschulze
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

Akka Error

2020-04-17 Thread Alexander Borgschulze
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

Can I use Joda-Time in Flink?

2020-04-17 Thread Alexander Borgschulze
Can I use Joda-Time instead of Java-Time and set it up in the StreamExecutionEnvironment?

Can I use Apache-Flink for Android API-Level < 26?

2020-04-14 Thread Alexander Borgschulze
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 =