Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/14000 )
Change subject: KUDU-2849 Docker image for python kudu client ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/14000/2/docker/Dockerfile File docker/Dockerfile: http://gerrit.cloudera.org:8080/#/c/14000/2/docker/Dockerfile@225 PS2, Line 225: FROM build AS kudu-python > only building from "build" base image is working. nothing is having python, build is way too large of an image to be used for regular use. Can you share the issues you are having using the dev image? That has all of the required dependencies installed. Any issue had should be due to missing files that could be copied from the build image or a configuration issue. One thing to try is adding `pip install -r requirements.txt` at the start of the run clause. You may need to copy requirements.txt. -- To view, visit http://gerrit.cloudera.org:8080/14000 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia7cab8ffe114c73752c261f27ebc7a58e4b57a6e Gerrit-Change-Number: 14000 Gerrit-PatchSet: 2 Gerrit-Owner: Sandish Kumar HN <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Sandish Kumar HN <[email protected]> Gerrit-Comment-Date: Mon, 05 Aug 2019 03:53:11 +0000 Gerrit-HasComments: Yes
