Intel-bigdata / HiBench

HiBench is a big data benchmark suite.
Other
1.45k stars 761 forks source link

Unable to build "bad symbolic reference. A signature in Logging.class refers to term log4j [INFO] in package org.apache which is not available" #699

Open dbakti7 opened 2 years ago

dbakti7 commented 2 years ago

Seems like latest commit breaks the buildsystem, command used:

mvn -Phadoopbench -Psparkbench -Dspark=3.0 -Dscala=2.12 clean package

Error message snippet:

[ERROR] uncaught exception during compilation: scala.reflect.internal.Types$TypeError
[ERROR] error: scala.reflect.internal.Types$TypeError: bad symbolic reference. A signature in Logging.class refers to term log4j
[INFO] in package org.apache which is not available.
[INFO] It may be completely missing from the current classpath, or the version on
[INFO] the classpath might be incompatible with the version used when compiling Logging.class.

building works for commit 5b50fbe99df70cca17a8b8dae6dfa859b798dcd5, i.e. if we exclude commit 29224b9cbc65850472694b46660dd88e6de00d66 Please advise on how to proceed.. Thank you!