问题
I'm trying to do crawl with the Nutch
and on ElasticSearch
and MongoDB
. After that, I saw some useful tutorials and SO question/answers as following I can not run the Nutch
.
Search Engine with Apache Nutch, MongoDB and Elasticsearch
Scraping the Web with Nutch for Elasticsearch
And I saw this question: nutch-does-not-index-on-elasticsearch-correctly-using-mongodb
I build the Nutch with ant, but when I run the Nutch in command prompt with .\nutch
command, it does not show anything in Command Prompt and just shows the Nutch file.
回答1:
It is solved by install the Cygwin
. You need install the Cygwin and install packages in the default.
来源:https://stackoverflow.com/questions/45092398/nutch-not-working-on-windows-10