[
https://issues.apache.org/jira/browse/HIVE-18796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377720#comment-16377720
]
Sergey Shelukhin commented on HIVE-18796:
-----------------------------------------
It looks like a test setup issue to me that the change exposed.
It tries to open connection to metastore that fails:
{noformat}
2018-02-25T16:05:43,903 INFO [main] metastore.HiveMetaStoreClient: Trying to
connect to metastore with URI thrift://localhost:59057
org.apache.thrift.transport.TTransportException:
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException:
No name matching localhost found
at
org.apache.thrift.transport.TIOStreamTransport.flush(TIOStreamTransport.java:161)
~[libthrift-0.9.3.jar:0.9.3]
at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:73)
~[libthrift-0.9.3.jar:0.9.3]
at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:62)
~[libthrift-0.9.3.jar:0.9.3]
at
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.send_set_ugi(ThriftHiveMetastore.java:4591)
~[hive-standalone-metastore-3.0.0-SNAPSHOT.jar:3.0.0-SNAPSHOT]
{noformat}
Let me see if it's easy to fix... otherwise I might just add a bypass for the
test.
> fix TestSSL
> -----------
>
> Key: HIVE-18796
> URL: https://issues.apache.org/jira/browse/HIVE-18796
> Project: Hive
> Issue Type: Bug
> Components: Test
> Reporter: Zoltan Haindrich
> Assignee: Sergey Shelukhin
> Priority: Major
>
> broken by HIVE-18203
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)