Re: Running Apache Flink 1.12 on Apple Silicon M1 MacBook Pro

2021-04-17 Thread Abu Bakar Siddiqur Rahman Rocky
Have you tried by using the command? flink-1.12.2 ./bin/flink run examples/streaming/WordCount.jar --input file://(file location) --output file://(file location) for example: ./bin/flink run /Users/abubakarsiddiqurrahman/Documents/flink/examples/streaming/WordCount.jar --input file:///Users/abu

Re: Running Apache Flink 1.12 on Apple Silicon M1 MacBook Pro

2021-04-17 Thread Robert Metzger
Thanks a lot for the logs. I filed a ticket to track the issue: https://issues.apache.org/jira/browse/FLINK-22331 I hope somebody with M1 hardware will soon have time to look into it. On Fri, Apr 16, 2021 at 11:02 AM Klemens Muthmann < klemens.muthm...@cyface.de> wrote: > Hi, > > I’ve appended yo

Re: Running Apache Flink 1.12 on Apple Silicon M1 MacBook Pro

2021-04-15 Thread Robert Metzger
Hi, a DEBUG log of the client would indeed be nice. Can you adjust this file: conf/log4j-cli.properties to the following contents: (basically TRACE logging with netty logs enabled) # Licensed to the Apache Softwa

Re: Running Apache Flink 1.12 on Apple Silicon M1 MacBook Pro

2021-04-15 Thread Klemens Muthmann
Hi, Since kindergarden time is shortened due to the pandemic I only get four hours of work into each day and I am supposed to do eight. So unfortunately I will not be able to develop a fix at the moment. -.- I am happy to provide any debug log you need or test adaptations and provide fixes as p

Re: Running Apache Flink 1.12 on Apple Silicon M1 MacBook Pro

2021-04-15 Thread Robert Metzger
Hey Klemens, I'm sorry that you are running into this. Looks like you are the first (of probably many people) who use Flink on a M1 chip. If you are up for it, we would really appreciate a fix for this issue, as a contribution to Flink. Maybe you can distill the problem into an integration test,

Running Apache Flink 1.12 on Apple Silicon M1 MacBook Pro

2021-04-13 Thread Klemens Muthmann
Hi, I've just tried to run the basic example for Apache Flink on an Apple Mac Pro with the new M1 Processor. I only need this for development purposes. The actual thing is going to run on a Linux se