RE: Not able to update jar

2014-10-10 Thread Brahma Reddy Battula
From: Patcharee Thongtra [patcharee.thong...@uni.no] Sent: Friday, October 10, 2014 6:02 PM To: user@hadoop.apache.org Subject: Re: Not able to update jar I am using hadoop 2.2.0 Patcharee On 10/10/2014 02:21 PM, Ted Yu wrote: Which Hadoop release are you using ? Cheers On Oct 10, 2014, at 5:0

Re: Not able to update jar

2014-10-10 Thread Patcharee Thongtra
I am using hadoop 2.2.0 Patcharee On 10/10/2014 02:21 PM, Ted Yu wrote: Which Hadoop release are you using ? Cheers On Oct 10, 2014, at 5:09 AM, Patcharee Thongtra mailto:patcharee.thong...@uni.no>> wrote: Yes I meant "hadoop jar myjar.jar package.classname arg0 arg1", but the problem is

Re: Not able to update jar

2014-10-10 Thread Ted Yu
Which Hadoop release are you using ? Cheers On Oct 10, 2014, at 5:09 AM, Patcharee Thongtra wrote: > Yes I meant "hadoop jar myjar.jar package.classname arg0 arg1", but the > problem is the latest version of myjar.jar has not been executed. > > Patcharee > > On 10/10/2014 01:50 PM, vivek wr

Re: Not able to update jar

2014-10-10 Thread Patcharee Thongtra
Yes I meant "hadoop jar myjar.jar package.classname arg0 arg1", but the problem is the latest version of myjar.jar has not been executed. Patcharee On 10/10/2014 01:50 PM, vivek wrote: I think the syntax is "hadoop jar myjar.jar package.classname arg0 arg1" On Fri, Oct 10, 2014 at 7:42 AM, P

Re: Not able to update jar

2014-10-10 Thread vivek
I think the syntax is "hadoop jar myjar.jar package.classname arg0 arg1" On Fri, Oct 10, 2014 at 7:42 AM, Patcharee Thongtra < patcharee.thong...@uni.no> wrote: > Hi, > > I am not able to update my jar, it seems it has been cached somewhere > > I run "hadoop -jar myjar.jar arg0 arg1" > > How can