Open GoogleCodeExporter opened 8 years ago
I haven't had any problems with it on Windows 7; I had to have cygwin installed
for some commands to work fine. Make sure your classpath looks good.
Original comment by s.forgh...@gmail.com
on 5 Aug 2011 at 8:15
Hi all, I'm having the same issue. I'm using Windows 7, Java 1.7, and Cygwin
1.7.12-1. This is the error I'm getting:
from inside the jaql-0.5.1 dir...
$ ./bin/jaqlshell
Error: Could not find or load main class org.apache.hadoop.util.PlatformName
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lo
gging/LogFactory
at JaqlShell.<clinit>(JaqlShell.java:40)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFacto
ry
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 1 more
I also downloaded Hadoop, but I'm not sure, if I just want to simply run the
jaql shell, what type of additional setup for that, if any, is needed to get
the shell working.
Any help would be appreciated! Thanks!
Original comment by samma...@gmail.com
on 5 Apr 2012 at 9:19
Hi samma i am having the same issue while i am running jaql using cgywin. Have
u resolved this issue? Plz help me too....
Original comment by lalit3...@gmail.com
on 19 Mar 2013 at 4:50
Original issue reported on code.google.com by
genesisw...@googlemail.com
on 3 Feb 2010 at 9:13