I started Spark Thrift Server within HDP 3.1.
I tried to connect to it via beeline:
beeline -u "jdbc:hive2://myhost.mybank.rus:10016/public"
And I got error:
19/10/10 00:17:08 [main]: ERROR jdbc.HiveConnection: Error opening session
org.apache.thrift.TApplicationException: Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{set:hiveconf:
at
...
I found only that it need's hive/beeline jar's older version, but how to configure it?