Hello,
I am new to Flink, I setup a Flink cluster on 4 m4.large Amazon EC2 instances, and set the following in link-conf.yaml: jobmanager.heap.mb: 4000 taskmanager.heap.mb: 5000 taskmanager.numberOfTaskSlots: 2 parallelism.default: 8 In the 8081 dashboard, it shows 4 for Task Manager and 5 for Processing Slots ( I’m not sure if “5” is OK here?). I then tried to execute:
and got the following error message: Error: java.lang. at org.apache.flink.runtime. at org.apache.flink.runtime. at akka.dispatch.Futures$$ at scala.concurrent.impl.Future$ at scala.concurrent.impl.Future$ at scala.concurrent.impl. at scala.concurrent.forkjoin. at scala.concurrent.forkjoin. at scala.concurrent.forkjoin. at scala.concurrent.forkjoin. Caused by: org.apache.flink.runtime. at org.apache.flink.runtime. at org.apache.flink.runtime. at org.apache.flink.runtime. at org.apache.flink.runtime. at org.apache.flink.runtime. ... 9 more More details about my setup: I am running Ubuntu on the master node and 3 data nodes. If it matters, I already had hadoop 2.7.1 running and downloaded and installed the latest version of Flink, which is technically for hadoop 2.7.0. Thanks, Dan
|
Hello, I am not sure if I can give updates to an email I send to the user list before getting any response, but here is a quick update: I tried to run using one processor: ./bin/flink run -p 1 ./examples/flink-java-examples-0.9.1-WordCount.jar and that worked. It seems to be an issue with configuring to the other workers. I further realized that the reason there were only 5 processing slots on the Dashboard was that I only changed flnk-conf.yaml on the master node, though I changed that for all workers as well, and the Dashboard now shows 8 processing slots. I stopped and re-started the cluster, and the example runs (even w/o the -p 1 setting) Best, Dan On Sun, Sep 13, 2015 at 10:40 AM, Daniel Blazevski <[hidden email]> wrote:
|
Hi Daniel Cheers On Sep 13, 2015 9:13 PM, "Daniel Blazevski" <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |