Kengo Seki created BIGTOP-3559:
----------------------------------
Summary: Fix the download URL for pip2 in the GPDB deployment
manifest
Key: BIGTOP-3559
URL: https://issues.apache.org/jira/browse/BIGTOP-3559
Project: Bigtop
Issue Type: Bug
Components: deployment
Reporter: Kengo Seki
Assignee: Kengo Seki
Fix For: 3.0.0
https://ci.bigtop.apache.org/view/Test/job/Bigtop-trunk-smoke-tests/237/COMPONENTS=gpdb.bigtop-utils@gpdb,OS=centos-8-x86_64-deploy/console
{code}
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_pip]/returns:
File "get-pip.py", line 1
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_pip]/returns:
<html>
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_pip]/returns:
^
Notice: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_pip]/returns:
SyntaxError: invalid syntax
Error: '/usr/bin/python2 get-pip.py' returned 1 instead of one of [0]
Error: /Stage[main]/Gpdb::Common::Install_packages/Exec[install_pip]/returns:
change from 'notrun' to ['0'] failed: '/usr/bin/python2 get-pip.py' returned 1
instead of one of [0]
Notice:
/Stage[main]/Gpdb::Common::Install_packages/Exec[install_python_packages]:
Dependency Exec[install_pip] has failures: true
{code}
The download URL seems to have been changed from
https://bootstrap.pypa.io/2.7/get-pip.py to
https://bootstrap.pypa.io/pip/2.7/get-pip.py.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)