Skip to content

Unable to setup elasticsearch using configure.py on Ubuntu #7

@raghavmittal101

Description

@raghavmittal101

Issue Description

downloadES function of PreProcessing class downloads Windows's version of Elasticsearch which is invalid for Linux.

How to reproduce / Current behavior

I have edited the configure.py to avoid elasticsearch installation on linux and let the user manually setup elasticsearch. You can use the older version of configure.py for reproduction.

Run configure.py on Linux machine.
It will endup with an error Permission denied. Take a look at extracted folder of elasticsearch setup. You will find .exe files there.

Expected behavior

It should download Linux version of zip file. And should be able to install it.

Suggestions

Go to https://www.elastic.co/downloads/elasticsearch from different environments. You will find that the link for zip don't change but the zip-file downloaded corresponds to machine's environment.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions