You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Jeffery Zhang (Jira)" <ji...@apache.org> on 2019/10/21 06:11:00 UTC

[jira] [Created] (CALCITE-3434) elasticsearch adapter can not init rest client with "pathPrefix"

Jeffery Zhang created CALCITE-3434:
--------------------------------------

             Summary: elasticsearch  adapter can not init rest client with "pathPrefix"
                 Key: CALCITE-3434
                 URL: https://issues.apache.org/jira/browse/CALCITE-3434
             Project: Calcite
          Issue Type: Improvement
          Components: elasticsearch-adapter
    Affects Versions: 1.21.0
            Reporter: Jeffery Zhang
             Fix For: next


when we use elasticsearch adapter, we can only set coordinate or hosts, but we can't set "pathPrefix" to the rest client.
 can we set the calcite model like below,
{
"version": "1.0",
"defaultSchema": "elasticsearch",
"schemas": [
  {
    "type": "custom",
    "name": "elasticsearch",
    "factory": "org.apache.calcite.adapter.elasticsearch.ElasticsearchSchemaFactory",
    "operand": {
        "coordinates": "\{'127.0.0.1': 9200}",
        "index":"usa",
        "pathPrefix":"pathPrefix"     }   }]}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)