-
Notifications
You must be signed in to change notification settings - Fork 767
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
Many workloads do not work in CDH6.0.0( Hadoop3 ) #614
Comments
We may only support Hadoop 3.x after #586 is merged. Also, there may be a few changes(or none) you may need to do on your own to run on Spark 3.0/Spark 3.1(as that one is for Hadoop 3.2). As for CDH 6.0, similar answer, we currently don't have plans to officially support it. But I suppose the code changes needed should not be too much. |
i have the same issue |
Hi, Sir I have a question that about Hadoop version-hadoop-3.3, because I noticed that the Hadoop ARM version is already supported on the Apache website. Do you have plan working on hadoop-3.3.0-aarch64, many thanks! zfu from ampere |
Hi @gczsjdy , does the latest hibench release or trunk support any Hadoop 3.x version? I see the README says it support following: |
@fuzhenhe , I am not sure if the ARM part is the problem, I suppose JVM will take care of the ARM part? |
I find that the HiBench is supported the CDH5.
I test the HiBench in CDH6.0.0 .
But CDH 6 is based on Apache Hadoop 3.
And many workloads don't work.
Such as enhanced DFSIO, Bayesian Classification, K-means clustering, Scan, Join, Aggregate, Nutch indexing, and so on.
The Errors show like this:
Exception in thread "main" java.lang.IllegalAccessError: class org.apache.hadoop.hdfs.web.HftpFileSystem cannot access its superinterface org.apache.hadoop.hdfs.web.TokenAspect$TokenManagementDelegator
When will support CDH6?When will support Hadoop 3?
The text was updated successfully, but these errors were encountered: