You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Lev Bronshtein (JIRA)" <ji...@apache.org> on 2018/10/01 15:54:00 UTC

[jira] [Comment Edited] (PHOENIX-4688) Add kerberos authentication to python-phoenixdb

    [ https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634222#comment-16634222 ] 

Lev Bronshtein edited comment on PHOENIX-4688 at 10/1/18 3:53 PM:
------------------------------------------------------------------

[~elserj]
 * WRT to missing virtual env test: Are you looking to just abort the test early and report a failure?  Because otherwise the test will fail when virtualenv has failed to run (set -e ensures that) and it will be reported in the failsafe output file.

 

Also if you want a more explicit error message I can add this
{code:java}
virtualenv $PY_ENV_PATH || echo "Failure while running virtualenv ${?}" && exit 1{code}
 * Python Version:  I can detect if this is a 2.x or a 3.x and change the print statement depending on python version.  In fact I can just import print from future and only make that part optional.  Is this what you are looking for?


was (Author: lbronshtein):
[~elserj]

WRT to missing virtual env test: Are you looking to just abort the test early and report a failure?  Because otherwise the test will fail when virtualenv has failed to run (set -e ensures that) and it will be reported in the failsafe output file.

Python Version:  I can detect if this is a 2.x or a 3.x and change the print statement depending on python version.  In fact I can just import print from future and only make that part optional.  Is this what you are looking for?

> Add kerberos authentication to python-phoenixdb
> -----------------------------------------------
>
>                 Key: PHOENIX-4688
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4688
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Lev Bronshtein
>            Priority: Minor
>
> In its current state python-phoenixdv does not support support kerberos authentication.  Using a modern python http library such as requests or urllib it would be simple (if not trivial) to add this support.



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