You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Sandish Kumar HN (Code Review)" <ge...@cloudera.org> on 2019/08/05 03:42:37 UTC

[kudu-CR] KUDU-2849 Docker image for python kudu client

Hello Kudu Jenkins, Grant Henke, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/14000

to look at the new patch set (#3).

Change subject: KUDU-2849 Docker image for python kudu client
......................................................................

KUDU-2849 Docker image for python kudu client

A base image that has all the development libraries required
to run Python Kudu Client.

Building Python Kudu Client Image:
Set Env
export TARGETS=kudu-python
./docker/docker-build.sh

Run docker kudu python client:
docker run --name kudu-python -it apache/kudu:kudu-python-latest

Change-Id: Ia7cab8ffe114c73752c261f27ebc7a58e4b57a6e
---
M docker/Dockerfile
M docker/README.adoc
2 files changed, 35 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/14000/3
-- 
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: newpatchset
Gerrit-Change-Id: Ia7cab8ffe114c73752c261f27ebc7a58e4b57a6e
Gerrit-Change-Number: 14000
Gerrit-PatchSet: 3
Gerrit-Owner: Sandish Kumar HN <sa...@gmail.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)