-1

我正在从源代码安装 predictionIO。我已成功下载并完成了 predictionIO 安装。我现在正在尝试安装依赖项(Spark、Elasticsearch、HBase),但我遇到了每个依赖项的错误。以下是我在执行 pio status 时面临的问题: 1 - 无法找到正确的 Apache Spark 安装 2 - 它也无法找到元数据文件。

我没有更改任何默认设置。我正在使用 Windows 8.1。在本地主机上,我正在运行 IIS。在 127.0.0.1:8888 我运行 ipython 笔记本。

请帮助我如何在我的机器上启动和运行 predictionIO。谢谢

4

3 回答 3

0

如果您在 Windows 上,则可以使用 Vagrant 进行安装。

http://docs.prediction.io/community/projects/#vagrant-installation-for-predictionio

于 2015-01-26T18:04:22.073 回答
0

这是相关的线程。

https://groups.google.com/forum/#!searchin/predictionio-user/SAS/predictionio-user/0awaASUR8lE/JkLtPerRrNt4J

此外,PredictionIO 文档有一些错误。以下是其中一些及其更正版本。

1 - 实际行:PATH=$PATH:/home/yourname/predictionio/bin; 导出路径

修正版本 PATH=$PATH:/home/yourname/PredictionIO/bin; 导出路径

2 - 实际行:$ pio eventserver

更正版本:$ pio eventserver --ip 0.0.0.0

3 - 实际行 pio 模板获取 PredictionIO/templates-scala-parallel-recommendation MyRecommendation

更正版本 pio 模板获取 PredictionIO/template-scala-parallel-recommendation MyRecommendation

于 2015-09-05T10:45:13.070 回答