手动安装 predictionIO 依赖项的问题

Issues with manual installation of predictionIO dependencies

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

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

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

如果您使用的是 Windows,则可以使用 Vagrant 安装。

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

我相信讨论已转移到 google 组。 https://groups.google.com/forum/#!searchin/predictionio-user/SAS/predictionio-user/ZamBr1ZaQ3o/fyNkXh3zsv0J

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

这是相关话题。

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

此外,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