Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.apache.http.concurrent.FutureCallback Class Not Fund #67

Open
zhaochl opened this issue Jul 25, 2018 · 2 comments
Open

org.apache.http.concurrent.FutureCallback Class Not Fund #67

zhaochl opened this issue Jul 25, 2018 · 2 comments
Assignees

Comments

@zhaochl
Copy link

zhaochl commented Jul 25, 2018

Hbase as Backend store ,ES as backend index server occurs the error

fix with follows

  <properties>
    <apache.httpcomponents.httpcore.version>4.4.4</apache.httpcomponents.httpcore.version>
    <apache.httpcomponents.httpclient.verion>4.5.2</apache.httpcomponents.httpclient.verion>

  </properties>

    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
      <version>${apache.httpcomponents.httpcore.version}</version>
    </dependency>

    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>${apache.httpcomponents.httpclient.verion}</version>
    </dependency>
@stevemar
Copy link

@chinhuang007 FYI ^

@chinhuang007
Copy link
Contributor

@zhaochl Sorry for the long delay. First thank you for providing the fix! Could you describe in more detail how to reproduce the error? Is it during create schema, insert data, or query use case? Also please provide the versions of HBase and Elasticsearch if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants