catap / jaql

Jaql is a query language designed for Javascript Object Notation (JSON), a data format that has become popular because of its simplicity and modeling flexibility. Jaql is primarily used to analyze large-scale semi-structured data. Core features include user extensibility and parallelism. In addition to modeling semi-structured data, JSON simplifies extensibility. Hadoop's Map-Reduce is used for parallelism.
2 stars 0 forks source link

JAQL Windows 7 #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have tried to get Jaql working on Windows 7 but failed.

The error is: Could not find the main class: JaqlShell. Programm will exit.

Is there anybody who tested Jaql on Windows 7 already and can confirm that
it works?

Thank you,

Stefan George

Original issue reported on code.google.com by genesisw...@googlemail.com on 3 Feb 2010 at 9:13

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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