Re: modify the MapTask.java but no change

2017-08-07 Thread Ravi Prakash
Hi DuanYu!

Most likely, the MapTask class loaded is not from your jar file. Here's a
look at how Oracle JAVA loads classes :
http://docs.oracle.com/javase/8/docs/technotes/tools/findingclasses.html .
Check the classpath that your MapTask is started with.

HTH
Ravi


On Fri, Aug 4, 2017 at 7:09 PM, duanyu teng  wrote:

> Hi,
>
> I modify the MapTask.java file in order to output more log information. I
> re-compile the file and deploy the jar to the whole clusters, but I  found
> that the output log has not changed, I don't know why.
>


Re: modify the MapTask.java but no change

2017-08-07 Thread Edwina Lu
Hi Duanyu,

Can you provide more information, such as the code, the Azkaban link, and what 
you’re using to log information?

We also have office hours at 2pm today.

Thanks,

Edwina

From: duanyu teng <dyteng.x...@gmail.com>
Date: Friday, August 4, 2017 at 7:09 PM
To: "user@hadoop.apache.org" <user@hadoop.apache.org>
Subject: modify the MapTask.java but no change

Hi,

I modify the MapTask.java file in order to output more log information. I 
re-compile the file and deploy the jar to the whole clusters, but I  found that 
the output log has not changed, I don't know why.


modify the MapTask.java but no change

2017-08-07 Thread duanyu teng
Hi,

I modify the MapTask.java file in order to output more log information. I
re-compile the file and deploy the jar to the whole clusters, but I  found
that the output log has not changed, I don't know why.