0 down vote favorite I have solrCloud installed with SSL settings I have created collection1 on solr and created following external table.
CREATE EXTERNAL TABLE SolrExtTable (id int,time string,sourceaddress) STORED BY 'com.lucidworks.hadoop.hive.LWStorageHandler' with serdeproperties ("solr.column.mapping"="id,time,sourceaddress") LOCATION '/tmp/solr' TBLPROPERTIES('solr.server.url' = 'https://<Server_name>:8983/solr', 'solr.collection' = 'collection1', 'solr.query' = '*:*'); While inserting data from hive table to external table I am getting following error. Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) at Please help me on this I am new on solr. Regards, Vikas Hirwani -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html