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