You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by Rajat Khandelwal <ra...@gmail.com> on 2016/06/14 12:20:08 UTC

Re: Review Request 46437: LENS-1011: Add python client code to lens

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46437/
-----------------------------------------------------------

(Updated June 14, 2016, 5:50 p.m.)


Review request for lens.


Bugs: LENS-1011
    https://issues.apache.org/jira/browse/LENS-1011


Repository: lens


Description
-------

I have been working on a python client for lens. After multiple rounds of polishing, it's in a stable state now. It still doesn't have all the functionality parallel to the java client, but would like to add that to the repo so that people can use and (maybe) contribute. Added in contrib directory. Want to figure out how to integrate with mvn for running tests.


Diffs (updated)
-----

  contrib/clients/pom.xml PRE-CREATION 
  contrib/clients/python/.gitignore PRE-CREATION 
  contrib/clients/python/README PRE-CREATION 
  contrib/clients/python/lens/__init__.py PRE-CREATION 
  contrib/clients/python/lens/client/__init__.py PRE-CREATION 
  contrib/clients/python/lens/client/log.py PRE-CREATION 
  contrib/clients/python/lens/client/main.py PRE-CREATION 
  contrib/clients/python/lens/client/models.py PRE-CREATION 
  contrib/clients/python/lens/client/query.py PRE-CREATION 
  contrib/clients/python/lens/client/utils.py PRE-CREATION 
  contrib/clients/python/pom.xml PRE-CREATION 
  contrib/clients/python/setup.cfg PRE-CREATION 
  contrib/clients/python/setup.py PRE-CREATION 
  contrib/clients/python/test/test_lensclient.py PRE-CREATION 
  contrib/clients/python/tox.ini PRE-CREATION 
  contrib/pom.xml PRE-CREATION 
  pom.xml 9695126e26bb3b306b05f1ab97869813957e81df 

Diff: https://reviews.apache.org/r/46437/diff/


Testing
-------

Added integration tests. Passing on both python 2.7 and python 3.5 -- the two major versions in use right now.

http://showterm.io/342007fee7bb18fb82c86


Thanks,

Rajat Khandelwal


Re: Review Request 46437: LENS-1011: Add python client code to lens

Posted by Raju Bairishetti <ra...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46437/#review137683
-----------------------------------------------------------


Ship it!




Add this to rat checks  <exclude>**/*.egg</exclude>

- Raju Bairishetti


On June 14, 2016, 12:20 p.m., Rajat Khandelwal wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/46437/
> -----------------------------------------------------------
> 
> (Updated June 14, 2016, 12:20 p.m.)
> 
> 
> Review request for lens.
> 
> 
> Bugs: LENS-1011
>     https://issues.apache.org/jira/browse/LENS-1011
> 
> 
> Repository: lens
> 
> 
> Description
> -------
> 
> I have been working on a python client for lens. After multiple rounds of polishing, it's in a stable state now. It still doesn't have all the functionality parallel to the java client, but would like to add that to the repo so that people can use and (maybe) contribute. Added in contrib directory. Want to figure out how to integrate with mvn for running tests.
> 
> 
> Diffs
> -----
> 
>   contrib/clients/pom.xml PRE-CREATION 
>   contrib/clients/python/.gitignore PRE-CREATION 
>   contrib/clients/python/README PRE-CREATION 
>   contrib/clients/python/lens/__init__.py PRE-CREATION 
>   contrib/clients/python/lens/client/__init__.py PRE-CREATION 
>   contrib/clients/python/lens/client/log.py PRE-CREATION 
>   contrib/clients/python/lens/client/main.py PRE-CREATION 
>   contrib/clients/python/lens/client/models.py PRE-CREATION 
>   contrib/clients/python/lens/client/query.py PRE-CREATION 
>   contrib/clients/python/lens/client/utils.py PRE-CREATION 
>   contrib/clients/python/pom.xml PRE-CREATION 
>   contrib/clients/python/setup.cfg PRE-CREATION 
>   contrib/clients/python/setup.py PRE-CREATION 
>   contrib/clients/python/test/test_lensclient.py PRE-CREATION 
>   contrib/clients/python/tox.ini PRE-CREATION 
>   contrib/pom.xml PRE-CREATION 
>   pom.xml 9695126e26bb3b306b05f1ab97869813957e81df 
> 
> Diff: https://reviews.apache.org/r/46437/diff/
> 
> 
> Testing
> -------
> 
> Added integration tests. Passing on both python 2.7 and python 3.5 -- the two major versions in use right now.
> 
> http://showterm.io/342007fee7bb18fb82c86
> 
> 
> Thanks,
> 
> Rajat Khandelwal
> 
>


Re: Review Request 46437: LENS-1011: Add python client code to lens

Posted by Rajat Khandelwal <ra...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46437/
-----------------------------------------------------------

(Updated June 16, 2016, 3:01 p.m.)


Review request for lens.


Bugs: LENS-1011
    https://issues.apache.org/jira/browse/LENS-1011


Repository: lens


Description
-------

I have been working on a python client for lens. After multiple rounds of polishing, it's in a stable state now. It still doesn't have all the functionality parallel to the java client, but would like to add that to the repo so that people can use and (maybe) contribute. Added in contrib directory. Want to figure out how to integrate with mvn for running tests.


Diffs (updated)
-----

  contrib/clients/pom.xml PRE-CREATION 
  contrib/clients/python/.gitignore PRE-CREATION 
  contrib/clients/python/README PRE-CREATION 
  contrib/clients/python/lens/__init__.py PRE-CREATION 
  contrib/clients/python/lens/client/__init__.py PRE-CREATION 
  contrib/clients/python/lens/client/log.py PRE-CREATION 
  contrib/clients/python/lens/client/main.py PRE-CREATION 
  contrib/clients/python/lens/client/models.py PRE-CREATION 
  contrib/clients/python/lens/client/query.py PRE-CREATION 
  contrib/clients/python/lens/client/utils.py PRE-CREATION 
  contrib/clients/python/pom.xml PRE-CREATION 
  contrib/clients/python/setup.cfg PRE-CREATION 
  contrib/clients/python/setup.py PRE-CREATION 
  contrib/clients/python/test/test_lensclient.py PRE-CREATION 
  contrib/clients/python/tox.ini PRE-CREATION 
  contrib/pom.xml PRE-CREATION 
  pom.xml 9695126e26bb3b306b05f1ab97869813957e81df 

Diff: https://reviews.apache.org/r/46437/diff/


Testing
-------

Added integration tests. Passing on both python 2.7 and python 3.5 -- the two major versions in use right now.

http://showterm.io/342007fee7bb18fb82c86


Thanks,

Rajat Khandelwal