Re: [External] Re: no stdout output from worker

2014-03-10 Thread Sen, Ranjan [USA]
are in driver. Thanks, Sourav On Mon, Mar 10, 2014 at 12:03 PM, Sen, Ranjan [USA] sen_ran...@bah.commailto:sen_ran...@bah.com wrote: Hi Patrick How do I know which part of the code is in the driver and which in task? The structure of my code is as below- Š Static boolean done=false; Š Public

Java example of using broadcast

2014-03-10 Thread Sen, Ranjan [USA]
statements are inside of the driver program rather than inside of a closure. How are you running your program (i.e. what do you run that starts this job)? Where you run the driver you should expect to see the output. - Patrick On Mon, Mar 10, 2014 at 8:56 AM, Sen, Ranjan [USA] sen_ran

no stdout output from worker

2014-03-09 Thread Sen, Ranjan [USA]
Hi I have some System.out.println in my Java code that is working ok in a local environment. But when I run the same code on a standalone mode in a EC2 cluster I do not see them at the worker stdout (in the worker node under spark location/work ) or at the driver console. Could you help me