janusgraph-utils icon indicating copy to clipboard operation
janusgraph-utils copied to clipboard

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

Open zhaochl opened this issue 7 years ago • 2 comments

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>

zhaochl avatar Jul 25 '18 05:07 zhaochl

@chinhuang007 FYI ^

stevemar avatar Jul 25 '18 14:07 stevemar

@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.

chinhuang007 avatar Dec 11 '18 01:12 chinhuang007