[
https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552975#comment-16552975
]
Josh Elser commented on PHOENIX-4688:
-------------------------------------
{quote}If you have any suggestions on how to instrument this, let me know. I
am assuming all we need is a well written docker file
{quote}
Ditto :)
My thinking would be that we make a Maven module which creates a Jar capable of
running PQS in a standalone context (e..g remove the context of setting up
hdfs/hbase/pqs in a Java test class). I did this up in Avatica
[https://github.com/apache/calcite-avatica/tree/master/standalone-server|https://github.com/apache/calcite-avatica/tree/master/standalone-server,];
but Phoenix is a bit more complicated. From here, we'd have a jar that we
could set up an environment as simple as "java -jar" which is nice. Then, we
could have a Maven module which consumes this jar, provides that Dockerfile,
and runs any/all tests we have. The perk of this approach is that we could also
run the rest of the Python tests this way which would be nice.
> 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)