Re: Can I use protobuf2 with Phoenix instead of protobuf3?

2017-02-15 Thread Josh Elser
This is a non-issue... Avatica's use of protobuf is completely shaded (relocated classes). You can use whatever version of protobuf in your client application you'd like. Mark Heppner wrote: If Cheyenne is talking about the query server, I'm not sure where you're getting that from, Ted. It

Re: Can I use protobuf2 with Phoenix instead of protobuf3?

2017-02-13 Thread Mark Heppner
If Cheyenne is talking about the query server, I'm not sure where you're getting that from, Ted. It doesn't directly depend on protobufs, it's pulled in from Avatica: https://github.com/apache/phoenix/blob/v4.9.0-HBase-1.2/phoenix-queryserver/pom.xml Avatica does use protobuf 3:

Re: Can I use protobuf2 with Phoenix instead of protobuf3?

2017-02-13 Thread Ted Yu
Phoenix uses protobuf 2.5 >From pom.xml : 2.5.0 FYI On Mon, Feb 13, 2017 at 4:52 PM, Cheyenne Forbes < cheyenne.osanu.for...@gmail.com> wrote: > my project highly depends on protobuf2, can I tell phoenix which version > of protobuf to read with when I am sending a request? >