Required field 'client_protocol' is unset

后端 未结 4 1331
日久生厌
日久生厌 2020-12-17 09:02

I am using Hive 0.12, and I\'m trying the JDBC from apache. When I try to run the code, I get apache.thrift.TApplicationException.

import java.sql.SQLExcepti         


        
4条回答
  •  不知归路
    2020-12-17 09:49

    This indicates a version mismatch between client and server, namely that the client is newer than the server, which is your case.

提交回复
热议问题