iwasakims commented on pull request #704: URL: https://github.com/apache/bigtop/pull/704#issuecomment-734084032
We need protobuf built without `--disable-shared` for libhdfspp (C++ client library for HDFS). You need to reinstall protobuf before building hadoop with `-Pnative`. ``` sudo mv /usr/local/bin/protoc /tmp/ sudo mv /usr/src/protobuf-2.5.0 /tmp/ ./gradelw toolchain ``` ---------------------------------------------------------------- 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: us...@infra.apache.org