Re: JanusGraph seems to insist on Elastic Search
Jason Plurad <plu...@...>
Try dropping the existing HBase table first (default HBase table name is janusgraph), and then create a new graph with graph = JanusGraphFactory.open('conf/janusgraph-hbase.properties') which does not use any index provider. Most likely what happened was you used the janusgraph-hbase-es.properties first, which failed to connect to Elasticsearch, but the ES configuration properties were stored in the table itself. -- Jason On Monday, January 23, 2017 at 12:00:14 PM UTC-5, Rohit Jain wrote:
|
|