Open angerhang opened 9 years ago
I ran into the same issue. Any help would be greatly appreciated!
This is not a real solution but can work somehow.
I basically downgraded the hadoop version to 2.6.0 and used Java 1.6.0. First Check what version your Hadoop has, and then see if the version supports the Java version you are using.
Same issue here except on different method
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.UnsupportedClassVersionError: com/google/cloud/hadoop/fs/gcs/GoogleHadoopFileSystem : Unsupported major.minor version 52.0
I know this has to do with the the difference between the Java versions during compile and runtime, however I think I have set all the environments variables properly so I don't really know that is still causing this issue.
Also I set the $JAVA_HOME in Hadoop's
hadoop-env.sh
to 1.7.0 as wellI would really appreciate if someone can point out what's going on here.