Skip to content
Advertisement

Tag: elasticsearch

Elastic Enterprise/App search installation problem on ubuntu

I’m running a vagrant box which runs ubuntu inside a vm (using Laravel Homestead box) I’m trying to install the Elastic App-search product. The first requirement is to install Elastic search, which i have done multiple times. I did the following steps: https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html I’m using the systemd configuration: I’m running curl localhost:9200 and everything is working. Next I try to

Titan loading problems with elastic search

I’m using the following code to load Titan: loading dependencies with gradle: My project directory is: /home/ray/IdeaProjects/BAG – Byzantine fault-tolerant Architecture for Graph database/ my titan is in this project directory in the folder “TITAN” That’s what I set in the Directory variable. Still on start it always crashes: My gradle file: Answer You should be more specific on your

Advertisement