[
https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612448#comment-16612448
]
Lev Bronshtein commented on PHOENIX-4688:
-----------------------------------------
Made a small change
{quote}diff --git a/python/gen-protobuf.sh b/python/gen-protobuf.sh
index f483561d6..4c5666c55 100755
--- a/python/gen-protobuf.sh
+++ b/python/gen-protobuf.sh
@@ -15,7 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-AVATICA_VER=rel/avatica-1.10.0
+set -x
+AVATICA_VER=rel/avatica-1.12.0
set -e
{quote}
But still getting the error from above
> 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)