You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/08/27 07:27:06 UTC

[GitHub] [hadoop] iwasakims commented on pull request #2201: HADOOP-17125. Using snappy-java in SnappyCodec

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org