RE: How to view log on yarn-client mode?

2014-11-20 Thread innowireless TaeYun Kim
), but it’s Ok. From: Sandy Ryza [mailto:sandy.r...@cloudera.com] Sent: Thursday, November 20, 2014 2:44 PM To: innowireless TaeYun Kim Cc: user Subject: Re: How to view log on yarn-client mode? While the app is running, you can find logs from the YARN web UI by navigating to containers

Re: How to view log on yarn-client mode?

2014-11-20 Thread Sandy Ryza
, 2014 2:44 PM *To:* innowireless TaeYun Kim *Cc:* user *Subject:* Re: How to view log on yarn-client mode? While the app is running, you can find logs from the YARN web UI by navigating to containers through the Nodes link. After the app has completed, you can use the YARN logs command

How to view log on yarn-client mode?

2014-11-19 Thread innowireless TaeYun Kim
Hi, How can I view log on yarn-client mode? When I insert the following line on mapToPair function for example, System.out.println(TEST TEST); On local mode, it is displayed on console. But on yarn-client mode, it is not on anywhere. When I use yarn resource manager web UI, the size

Re: How to view log on yarn-client mode?

2014-11-19 Thread Sandy Ryza
While the app is running, you can find logs from the YARN web UI by navigating to containers through the Nodes link. After the app has completed, you can use the YARN logs command: yarn logs -applicationId your app ID -Sandy On Wed, Nov 19, 2014 at 6:01 PM, innowireless TaeYun Kim