Do what it says. Go read the documentation. On Tue, Oct 26, 2010 at 3:10 AM, Divya <[email protected]> wrote:
> Hi, > > I am getting following error in Mahout 0.4 though jar file is already in > respective place. > > > > > > $ bin/mahout > > Running on hadoop, using HADOOP_HOME=C:\cygwin\home\Divya\hadoop-0.19.2 > > HADOOP_CONF_DIR=C:\cygwin\home\Divya\hadoop-0.19.2\conf > > cygwin warning: > > MS-DOS style path detected: C:\cygwin\home\Divya\hadoop-0.19.2/bin/hadoop > > Preferred POSIX equivalent is: /home/Divya/hadoop-0.19.2/bin/hadoop > > CYGWIN environment variable option "nodosfilewarning" turns off this > warning. > > Consult the user's guide for more details about POSIX paths: > > http://cygwin.com/cygwin-ug-net/using.html#using-pathnames > > java.io.IOException: Error opening job jar: > /cygdrive/d/mahout-0.4/examples/targ > > et/mahout-examples-0.4-job.jar > > at org.apache.hadoop.util.RunJar.main(RunJar.java:91) > > at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54) > > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) > > at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68) > > Caused by: java.io.FileNotFoundException: > \cygdrive\d\mahout-0.4\examples\target > > \mahout-examples-0.4-job.jar (The system cannot find the path specified) > > at java.util.zip.ZipFile.open(Native Method) > > at java.util.zip.ZipFile.<init>(ZipFile.java:114) > > at java.util.jar.JarFile.<init>(JarFile.java:135) > > at java.util.jar.JarFile.<init>(JarFile.java:72) > > at org.apache.hadoop.util.RunJar.main(RunJar.java:89) > > ... 4 more > > > > > > Regards, > > Divya > > > >
