【发布时间】:2021-11-13 07:18:03
【问题描述】:
是否可以在 ubuntu 中使用 fscrawler?我在windows上用过,效果很好。当我尝试在 ubuntu 上遵循相同的实现时,我遇到了各种错误。
首先,我只是尝试拉取 docker 映像并根据本指南 https://fscrawler.readthedocs.io/en/latest/installation.html#installation 运行它并使用 docker pull dadoonet/fscrawler 获取映像
当我尝试使用 docker run -it --rm -v /home/index:/root/.fscrawler -v /home/messages:/tmp/es:ro dadoonet/fscrawler fscrawler job_name 运行它时,我收到了这个错误
/usr/bin/fscrawler: 47: /usr/bin/fscrawler: ps: not found
ERROR StatusLogger Reconfiguration failed: No configuration found for '4e0e2f2a' at 'null' in 'null'
之后我尝试按照本教程fscrawler tutorial 安装它并在 linux 中使用它。我下载了 fscrawler-es7-2.8-SNAPSHOT 版本,但是在我解压缩文件的文件夹中运行 bin/fscrawler resumes 只是给了我这个错误 bin/fscrawler: command not found
有没有办法在linux系统中使用fscrawler?
【问题讨论】:
标签: docker ubuntu elasticsearch fscrawler