[kudu-CR](branch-1.14.x) [docker] Update pip install

2021-01-28 Thread Grant Henke (Code Review)
Grant Henke has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/17004 )

Change subject: [docker] Update pip install
..

[docker] Update pip install

It looks like Python has adjusted the get-pip.py URL to no longer
support Python 2.7. This patch updates the Docker scripts to
use the 2.7 specific URL and drop the old 2.6 speicific url now
that no supported images use Python 2.6.

Change-Id: Ia9a22e5084f8a5973d26372372f2ead4c46dcda9
Reviewed-on: http://gerrit.cloudera.org:8080/16984
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin 
(cherry picked from commit b5e7362e69a5d7a9c9e88fa144e0366a2b22a83a)
Reviewed-on: http://gerrit.cloudera.org:8080/17004
---
M docker/bootstrap-dev-env.sh
M docker/bootstrap-python-env.sh
2 files changed, 7 insertions(+), 8 deletions(-)

Approvals:
  Kudu Jenkins: Verified
  Alexey Serbin: Looks good to me, approved

--
To view, visit http://gerrit.cloudera.org:8080/17004
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: branch-1.14.x
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia9a22e5084f8a5973d26372372f2ead4c46dcda9
Gerrit-Change-Number: 17004
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Andrew Wong 
Gerrit-Reviewer: Bankim Bhavsar 
Gerrit-Reviewer: Grant Henke 
Gerrit-Reviewer: Kudu Jenkins (120)


[kudu-CR](branch-1.14.x) [docker] Update pip install

2021-01-28 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17004 )

Change subject: [docker] Update pip install
..


Patch Set 1: Code-Review+2


--
To view, visit http://gerrit.cloudera.org:8080/17004
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: branch-1.14.x
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia9a22e5084f8a5973d26372372f2ead4c46dcda9
Gerrit-Change-Number: 17004
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Andrew Wong 
Gerrit-Reviewer: Bankim Bhavsar 
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Thu, 28 Jan 2021 17:57:00 +
Gerrit-HasComments: No


[kudu-CR](branch-1.14.x) [docker] Update pip install

2021-01-28 Thread Grant Henke (Code Review)
Grant Henke has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17004


Change subject: [docker] Update pip install
..

[docker] Update pip install

It looks like Python has adjusted the get-pip.py URL to no longer
support Python 2.7. This patch updates the Docker scripts to
use the 2.7 specific URL and drop the old 2.6 speicific url now
that no supported images use Python 2.6.

Change-Id: Ia9a22e5084f8a5973d26372372f2ead4c46dcda9
Reviewed-on: http://gerrit.cloudera.org:8080/16984
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin 
(cherry picked from commit b5e7362e69a5d7a9c9e88fa144e0366a2b22a83a)
---
M docker/bootstrap-dev-env.sh
M docker/bootstrap-python-env.sh
2 files changed, 7 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/17004/1
--
To view, visit http://gerrit.cloudera.org:8080/17004
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: branch-1.14.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9a22e5084f8a5973d26372372f2ead4c46dcda9
Gerrit-Change-Number: 17004
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke