Re: Curl kerberized QueryServer using protobuf type

2019-07-09 Thread Reid Chan
Thanks Josh! Finally, I switched to JSON serialization as a simple workaround. -- Best regards, R.C From: Josh Elser Sent: 02 July 2019 22:55 To: user@phoenix.apache.org Subject: Re: Curl kerberized QueryServer using

Re: Curl kerberized QueryServer using protobuf type

2019-07-02 Thread Josh Elser
Hey Reid, Protobuf is a binary format -- this is error'ing out because you're sending it plain-text. You're going to have quite a hard time constructing messages in bash alone. There are lots of language bindings[1]. You should be able to pick any of these to help encode/decode messages (if

Curl kerberized QueryServer using protobuf type

2019-07-01 Thread Reid Chan
Hi team and other users, Following is the script used for connecting to QS, {code} #!/usr/bin/env bash set -u AVATICA="hostname:8765" echo $AVATICA CONNECTION_ID="conn-$(whoami)-$(date +%s)" echo "Open connection" openConnectionReq="message OpenConnectionRequest {string connection_id =