That output means you're running in yarn-cluster mode. So your code is running inside the ApplicationMaster and has no access to the local terminal.
If you want to see the output: - try yarn-client mode, then your code will run inside the launcher process - check the RM web ui and look at the logs for your application's AM On Thu, Jul 10, 2014 at 10:06 AM, abhiguruvayya <sharath.abhis...@gmail.com> wrote: > Hi Mayur, Thanks so much for the explanation. It did help me. Is there a way > i can log these details on the console rather than logging it. As of now > once i start my application i could see this, > > 14/07/10 00:48:20 INFO yarn.Client: Application report from ASM: > application identifier: application_1403538869175_0274 > appId: 274 > clientToAMToken: null > appDiagnostics: > appMasterHost: *********** > appQueue: default > appMasterRpcPort: 0 > appStartTime: 1404978412354 > yarnAppState: RUNNING > distributedFinalState: UNDEFINED > appTrackingUrl: *********** > appUser: hadoop > > Which port do i have to hook in to write my statistics details rather than > this default output. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-job-tracker-tp8367p9315.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. -- Marcelo