You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Jordan Birdsell (JIRA)" <ji...@apache.org> on 2018/06/09 22:52:00 UTC

[jira] [Assigned] (KUDU-2345) Add developer docs for the python client

     [ https://issues.apache.org/jira/browse/KUDU-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Birdsell reassigned KUDU-2345:
-------------------------------------

    Assignee: Jordan Birdsell

> Add developer docs for the python client
> ----------------------------------------
>
>                 Key: KUDU-2345
>                 URL: https://issues.apache.org/jira/browse/KUDU-2345
>             Project: Kudu
>          Issue Type: Improvement
>          Components: python
>            Reporter: Grant Henke
>            Assignee: Jordan Birdsell
>            Priority: Minor
>
> I am far from a Python expert. Especially with Cython in the mix, so it took me a bit just to get started working on the kudu python client. 
> We should document basic steps for how to develop and test the kudu python client. Including environment setup, building, and testing (running a single test too).
> For now I essentially boiled my work down to this:
>  
> {code:java}
> cd /path/to/kudu
> cd build/debug 
> make -j4
> make install
> cd /path/to/kudu/python
> git clean -fdx
> export KUDU_HOME=/path/to/kudu
> pip install -r requirements.txt
> python setup.py build_ext
> python setup.py test
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)