Wenzhe Zhou has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17886
Change subject: IMPALA-10937: Fix broken-build on Centos-7 ...................................................................... IMPALA-10937: Fix broken-build on Centos-7 A recent patch upgraded thrift_sasl from 0.4.2 to 0.4.3. It broke the builds on Centos-7. The version of setuptools which is installed by Jenkins for the virtualenvs on Centos 7 could be lower than the requirement by thrift_sasl 0.4.3. Another issue is the new string syntax for install_requires in setup.py is not accepted on Centos-7. This patch remove the requirement for setuptools in thrift_sasl's setup.py as work around. Also change back the syntax of strings for install_requires. Testing: - Ran core test on impala-private-parameterized which use Centos-7. - Ran core test on pre-review-test which use Ubuntu. Change-Id: I2c256a8ec9a151bca8b3370bfce6ecebf060bad0 --- M shell/ext-py/thrift_sasl-0.4.3/setup.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/86/17886/2 -- To view, visit http://gerrit.cloudera.org:8080/17886 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2c256a8ec9a151bca8b3370bfce6ecebf060bad0 Gerrit-Change-Number: 17886 Gerrit-PatchSet: 2 Gerrit-Owner: Wenzhe Zhou <[email protected]>
