janusgraph-utils
janusgraph-utils copied to clipboard
org.apache.http.concurrent.FutureCallback Class Not Fund
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>
@chinhuang007 FYI ^
@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.