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

Attila Bukor reassigned KUDU-2345:
----------------------------------

    Assignee: Attila Bukor  (was: 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: documentation, python
>            Reporter: Grant Henke
>            Assignee: Attila Bukor
>            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
(v8.3.4#803005)

Reply via email to