Bankim Bhavsar has posted comments on this change. ( http://gerrit.cloudera.org:8080/16114 )
Change subject: [docs][docker] KUDU-3159 Fix missing devtoolset3 package on el6 ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/16114/2//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/16114/2//COMMIT_MSG@25 PS2, Line 25: Unfortunately while building thirdparty docker engine stop/gives error : after some time. : "failed to dial gRPC: unable to upgrade to h2c, received 502" > Grant mentioned you might be able to work around this by retrying, but conf Increasing memory definitely got rid of the above error. After several hours kudu target built successfully, however kudu-python target build failed. BASES=centos:6 docker/docker-build.sh #44 110.9 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/local/include -I/usr/include/python2.6 -c kudu/client.cpp -o build/temp.linux-x86_64-2.6/kudu/client.o #44 110.9 g++ -pthread -shared build/temp.linux-x86_64-2.6/kudu/client.o -L/usr/local/lib -L/usr/lib64 -Wl,-R/usr/local/lib -lkudu_client -lpython2.6 -o build/lib.linux-x86_64-2.6/kudu/client.so #44 110.9 /usr/bin/ld: cannot find -lkudu_client #44 110.9 collect2: ld returned 1 exit status #44 110.9 error: command 'g++' failed with exit status 1 Failure to find the installed "kudu_client" indicates some path issue where kudu_client was installed by the C++ kudu build. -- To view, visit http://gerrit.cloudera.org:8080/16114 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9c4b9546c835df26f993ed6164e92f2d4c55c3fe Gerrit-Change-Number: 16114 Gerrit-PatchSet: 2 Gerrit-Owner: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Comment-Date: Tue, 07 Jul 2020 21:30:04 +0000 Gerrit-HasComments: Yes
