Hi Hui, Logs should be seen in your "HADOOP_LOG_DIR" directory (same as regular Hadoop jobs). Also, you can see logs on the JobTracker webpage (a link to logs is available at the bottom of the JT page).
Thanks, Prashant On Mon, Feb 13, 2012 at 10:35 AM, Hui Qi <[email protected]> wrote: > Hi, I am trying do some performance analysis about pig script. > I run a simple wordcount pig script, there are three map/reduce job in the > script. How could I get the logs for all map-reduce jobs, in which case I > could extract how many mapper/reducers for each job, what's the input size > and output size etc. It seems that only store operator would write the > logs into HDFS. > > Best, > Hui >
