ZhendongBai commented on pull request #3535: URL: https://github.com/apache/hadoop/pull/3535#issuecomment-953844433
@GauthamBanasandra I do following things recently as bellow: 1. downgrade python3 to python2 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 here: [docker_build_v2.log](https://github.com/apache/hadoop/files/7434451/docker_build_v2.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/7434459/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]
