iwasakims commented on pull request #2201: URL: https://github.com/apache/hadoop/pull/2201#issuecomment-681685716
Thanks for working on this, @dbtsai. Then patch breaks build if snappy(-devel) is installed on the env. hadoop-common-project/hadoop-common/src/CMakeLists.txt must be updated to address this. ``` [WARNING] CMake Error at /srcs/hadoop/hadoop-common-project/hadoop-common/HadoopCommon.cmake:60 (add_library): [WARNING] Cannot find source file: [WARNING] [WARNING] main/native/src/org/apache/hadoop/io/compress/snappy/SnappyCompressor.c ... [ERROR] Failed to execute goal org.apache.hadoop:hadoop-maven-plugins:3.4.0-SNAPSHOT:cmake-compile (cmake-compile) on project hadoop-common: CMake failed with error code 1 -> [Help 1] ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
