-
Notifications
You must be signed in to change notification settings - Fork 771
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
HiBench compatibility issues with Hadoop 3.x in micro.dfsioe prepare part... #546
Comments
There is another issue when building Hibench on Hadoop 3.0.0
|
Sorry but we currently don't support Hadoop 3.0 |
Are there any plans to support Hadoop 3.0? |
Is there any update on supporting Hadoop 3.0 ? |
2 similar comments
Is there any update on supporting Hadoop 3.0 ? |
Is there any update on supporting Hadoop 3.0 ? |
@technmsg @bfarsi @hexiangheng @godtree See #586 Hadoop 3.2 is going to be supported after this is merged. I suppose Hadoop 3.0 shouldn't require too many code changes. |
@gczsjdy I am looking forward to it. If it works, tell me please. Thanks. |
@gczsjdy And will CDH 6.x be supported after the next merged? |
We met the error when preparing micro.dfsioe on CDH 6.0 where hadoop version is 3.0.
18/05/07 21:03:25 INFO dfsioe.TestDFSIOEnh: nrFiles = 2048 18/05/07 21:03:25 INFO dfsioe.TestDFSIOEnh: fileSize (MB) = 1000 18/05/07 21:03:25 INFO dfsioe.TestDFSIOEnh: bufferSize = 4096 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 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
So we rebuilded HiBench-7.0 using command
mvn -Phadoopbench -Psparkbench -Dhadoop.mr2.version=3.0.0 -Dspark=2.2 -Dscala=2.11 clean package
,it reports error
[ERROR] /root/HiBench_7.0/autogen/src/main/java/org/apache/hadoop/fs/dfsioe/TestDFSIO.java:[73,49] incompatible types: org.slf4j.Logger cannot be converted to org.apache.commons.logging.Log
The text was updated successfully, but these errors were encountered: