Open blumonkey opened 8 years ago
I've found you can't use the latest versions of ElasticSearch with Hive. Hive hasn't been updated in a while and is using some deprecated features of ES. Last time I set it up I looked at dates of the last commit to the project and then found which ES release matched those dates and installed that version.
@chrisvaughn Oh. Do you have any idea what that version would be or where I can find that out? Or better, do you know any other frameworks(latest) for building crowd-sourcing platforms (preferably with MIT or Apache License)?
Thanks for the tip!
Edit: Found the version - 1.4.2 works
@blumonkey looks like we are running 1.4.5. I imagine anything in 1.x releases would work, I think it's goes up to 1.7 before they focused on 2.x. I don't know of any other frameworks like this. I wish this project was active.
I ran into this also. Could you update the readme to clarify the required version?
Hello,
I managed to install
elasticsearch
and have it up and running atlocalhost:9200
. But when I try to import data by following the readme:$ curl -XPOST localhost:8080/admin/setup -d@samples/example.json
I get the following error.
I specifically mention binary file as I haven't tried it using any other method (See Issue #9 ). Any help is appreciated. Thanks in advance!