RE: Flink logs only written to one host

2015-03-12 Thread Stephan Ewen
cross available CPUs, not > available slots on the closest host. > Is there a way to achieve that? > > > ------------------ > Date: Thu, 12 Mar 2015 20:28:29 +0100 > Subject: Re: Flink logs only written to one host > From: gyf...@apache.org > To: user@flink.

RE: Flink logs only written to one host

2015-03-12 Thread Emmanuel
5 20:28:29 +0100 Subject: Re: Flink logs only written to one host From: gyf...@apache.org To: user@flink.apache.org Hey, Let me clarify some things regarding distribute(). You should only specify a partitioning scheme like distribute or shuffle or groupby in cases when it actually matters for y

Re: Flink logs only written to one host

2015-03-12 Thread Gyula Fóra
that fixed that issue for me for now.. .looking forward to learning > more about Flink > > ------ > Date: Thu, 12 Mar 2015 20:00:32 +0100 > Subject: RE: Flink logs only written to one host > From: fhue...@gmail.com > To: user@flink.apache.org > > >

RE: Flink logs only written to one host

2015-03-12 Thread Emmanuel
Flink Date: Thu, 12 Mar 2015 20:00:32 +0100 Subject: RE: Flink logs only written to one host From: fhue...@gmail.com To: user@flink.apache.org Can you check the JM log file how many slots are available? Slots are configured per TM. If you configure 9 slots and 3 TMs you end up with 27 slots, 9 on e

RE: Flink logs only written to one host

2015-03-12 Thread Fabian Hueske
---- > From: ele...@msn.com > To: user@flink.apache.org > Subject: Flink logs only written to one host > Date: Thu, 12 Mar 2015 17:30:28 + > > Hello, > > I'm using a 3 nodes (3VMs) cluster, 3CPUs each, parallelism of 9, > I usually only see taskmanager.out logs g

RE: Flink logs only written to one host

2015-03-12 Thread Emmanuel
written to one host Date: Thu, 12 Mar 2015 17:30:28 + Hello, I'm using a 3 nodes (3VMs) cluster, 3CPUs each, parallelism of 9, I usually only see taskmanager.out logs generated only on one of the 3 nodes when I use the System.out.println() method, to print debug info in my main proce

Flink logs only written to one host

2015-03-12 Thread Emmanuel
Hello, I'm using a 3 nodes (3VMs) cluster, 3CPUs each, parallelism of 9, I usually only see taskmanager.out logs generated only on one of the 3 nodes when I use the System.out.println() method, to print debug info in my main processing function. Is this expected? Or am I just doing something wro