Re: java.lang.ClassNotFoundException

2009-06-23 Thread zhaoren liu
Make sure you launch as: bin/hadoop jar hadoop-*-examples.jar grep input output 'dfs[a-z.]+' Not bin/hadoop -jar hadoop-*-examples.jar grep input output 'dfs[a-z.]+' On Mon, Jun 15, 2009 at 8:24 PM, jason hadoop wrote: > Your class is not in your jar, or your jar is not avialabl

Re: java.lang.ClassNotFoundException

2009-06-15 Thread jason hadoop
Your class is not in your jar, or your jar is not avialable in the hadoop class path. On Mon, Jun 15, 2009 at 2:39 AM, bharath vissapragada < bhara...@students.iiit.ac.in> wrote: > Hi all , > > When i try to run my own progam (jar file) i get the following error. > > java.lang.ClassNotFoundExcep