GauthamBanasandra commented on pull request #2523: URL: https://github.com/apache/hadoop/pull/2523#issuecomment-739783245
My changes are only in HDFS Native client and it seems to have compiled successfully in the above run - **mvn install** ``` [INFO] Apache Hadoop HDFS Native Client ................... SUCCESS [ 0.463 s] ``` The other failures in the above run seem to be due to resource unavailability while compiling an unrelated component - **compile** ``` [WARNING] c++: error: vfork: Resource temporarily unavailable [WARNING] make[2]: *** [main/native/libhdfspp/lib/proto/CMakeFiles/proto_obj.dir/ClientNamenodeProtocol.pb.cc.o] Error 1 ``` **mvnsite** ``` Mon Dec 7 08:06:34 UTC 2020 cd /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2523/src/hadoop-hdfs-project/hadoop-hdfs-native-client /usr/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2523/yetus-m2/hadoop-trunk-patch-1 -Ptest-patch clean site site:stage /usr/bin/mvn: 45: /usr/bin/mvn: Cannot fork ``` ---------------------------------------------------------------- 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]
