-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported major.minor 52.0 #35
Comments
@FabioVCoelho The issue here is that you compile the Please compile To compile with java 1.7, please use the following commit:
|
Hi, here is my java -version (java version "1.7.0_95"), so, I deleted the folder, and started all over again... here is the debug log, sorry i don't know how to put this in a better view, just code `15:07:05.165 [ERROR] [system.err] error: error reading /home/fabio/.m2/repository/com/sun/jersey/contribs/jersey-guice/1.9/jersey-guice-1.9.jar; invalid LOC header (bad signature) 15:07:05.463 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception. Thank you for your time. |
Hi, i'm having the following problem:
When i use the .jar on hive with a jdk 1.8 the class com.lucidworks.hadoop.hive.LWStorageHandler send an error of minor.major, so, i changed my computer to use a jdk 1.8, than it works, but when i try to put some data in to the solr table, the class com/lucidworks/hadoop/hive/LWHiveInputFormat give me a error of Unsupported major.minor version 52.0, so either way some class will give me a error =/
I followed the readme step by step.
The text was updated successfully, but these errors were encountered: