Port 21050 uses the HS2 protocol, which is a newer thrift-based protocol. Beeswax will be deprecated at some point, so I'd strongly recommend using HS2. Most clients use HS2, including JDBC and this C++ client. https://github.com/cloudera/hs2client
On Mon, Apr 10, 2017 at 4:15 AM, 기준 <[email protected]> wrote: > Hi! > > I'm currently working on construct middle api server to > impala(v2.7.0-cdh5.10.0.) > > I found two external ports for impala > > 1. beeswax : 21000 (thrift) > 2. JDBC : 21050 > > Is there performance difference between them under huge traffic? > It seems to JDBC has better performance than thrift for now. > > Thanks. > Have a nice day! :) >
