Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.21.0
Description
Currently Calcite assumes that elasticsearch server will be exposed on HTTP only. So, it initializes HTTP host with default scheme i.e. HTTP. Code
If a ElasticSearch server is on HTTPS, connection to it fails with below exception:
Caused by: java.net.UnknownHostException
This is evident when trying to connect on AWS ElasticSearchService which is exposed only on HTTPS.
Attachments
Issue Links
- relates to
-
CALCITE-3434 ElasticSearch adapter can not init rest client with "pathPrefix"
- Resolved
- links to