无法通过knox连接到hive服务器
我正在使用下面提到的连接URL连接到蜂巢服务器使用直线。
!连接jdbc:hive2://sandbox.hortonworks.com:21000/default;ssl=true;sslTrustStore=/var/lib/knox/data-2.3.2.0-2950/security/keystores/gateway.jks;trustStorePassword=knox?hive.server2.transport.mode=http;httpPath=gateway/default/hive
在连接之后,我得到下面提到的错误。
无法使用JDBC Uri打开客户端传输: jdbc:hive2://sandbox.hortonworks.com:21000/default;ssl=true;sslTrustStore=/var/lib/knox/data-2.3.2.0-2950/security/keystores/gateway.jks;trustStorePassword=knox?hive.server2.transport.mode=http;httpPath=gateway/default/hive:无法创建到jdbc:hive2://sandbox.hortonworks.com:21000/default;ssl=true;sslTrustStore=/var/lib/knox/data-2.3.2.0-2950/security/keystores/gateway.jks;的http连接trustStorePassword=knox?hive.server2.transport.mode=http;httpPath=gateway/default/hive.javax.net.ssl.SSLException:未识别的SSL消息、明文连接?(state=08S01,code=0)
请帮助我解决这个错误。