ZhendongBai edited a comment on pull request #3535: URL: https://github.com/apache/hadoop/pull/3535#issuecomment-938754023
@GauthamBanasandra @iwasakims I move patches from pr https://github.com/apache/hadoop/pull/3349 here, and close https://github.com/apache/hadoop/pull/3349, and do the following: 1. remove boost library from Dockerfile_centos_7 and remove pkg-resolver/install-boost.sh file. 2. use `docker build -t hadoop-build -f dev-support/docker/Dockerfile_centos_7 dev-support/docker` to replace `docker build -t hadoop-build dev-support/docker`(in the file named start-build-env.sh) to build 2.10.x with Docker only. log her[docker-build.log](https://github.com/apache/hadoop/files/7312681/docker-build.log) 3. execute `nohup mvn clean package -Dhttps.protocols=TLSv1.2 -DskipTests -Pnative,dist -Drequire.fuse -Drequire.openssl -Drequire.snappy -Drequire.valgrind -Drequire.zstd -Drequire.test.libhadoop -Pyarn-ui -Dtar -Dmaven.javadoc.skip=true > build.log 2>&1 &` and build succeeded and the log here: [build.log](https://github.com/apache/hadoop/files/7312695/build.log) please review again, thanks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
