You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
I just got this to work on Windows. I struggled a lot with the --source path. Using anything other than this was giving me either path errors or trying to parse the source as a URL and throwing exceptions.
On Windows, using a UNC-like path to the source worked for me:
java -jar stream2es wiki --target http://localhost:9200/mywiki --log debug --source //localhost/wiki/enwiki-latest-pages-articles.xml.bz2
I am using windows 8 64-bit and I am unable to run stream2es after downloading it using curl.
The text was updated successfully, but these errors were encountered: