-
Notifications
You must be signed in to change notification settings - Fork 215
Installation fails at godep go build -a ./cmd/... with pkg/adaptor/elasticsearch.go:123: not enough arguments in call to e.indexer.Index #122
Comments
Same error here... but this solution doesn't work for me |
You'll probably want to run
before running
this will ensure that the dependencies used to build the project are the same as when the elasticsearch adaptor was last worked on. |
Hi, I get the same error. @jipperinbham, your suggestion did not work. I'm testing with the latest master branch.
You can recreate the issue if you use Docker:
Any other suggestions? |
Hey, |
sorry my bad, |
Yeah, that worked! :-) ls $GOPATH/bin/
godep |
if you |
Ok, thanks! I've never used godep, as you understand. :-) |
Thanks @jipperinbham, @nstott ! now is working. |
Yeah, works for me too. 👍 |
fixed via 5f4b52f |
How exactly this manual workaround to every time patch local version help us instead of adding that 1 |
@ShockiTV imo this specific issue came up because of the missing I do agree the elasticsearch adaptor needs to be updated with the latest changes from the elastigo library. I've created #124 to address the specific issue of the elastigo library changes. |
It seems that Bulk Indexer in ESGo has been updated to take a parent parameter.
Changing pkg/adaptor/elasticsearch.go:123 from
to
resolves the issue.
The text was updated successfully, but these errors were encountered: