0

公式のインストール ガイドを使用しています: http://docs.prediction.io/0.8.0/install/install-sourcecode.html

$ git clone https://github.com/PredictionIO/PredictionIO.git
$ cd PredictionIO
$ ./make-distribution.sh

これらのコマンドを入力した後、エラーが発生しました:

[warn] Class org.apache.hadoop.mapreduce.Job not found - continuing with a stub.
[warn] Class org.apache.hadoop.mapred.JobConf not found - continuing with a stub.
[warn] Class java.lang.AutoCloseable not found - continuing with a stub.
[error] 
[error]      while compiling: /Users/voldemar/tmp/PredictionIO/data/src/main/scala/storage/elasticsearch/ESEngineInstances.scala
[error]         during phase: typer
[error]      library version: version 2.10.4
[error]     compiler version: version 2.10.4

OSX システムに PredictionIO をインストールするための解決策を教えてください。

4

1 に答える 1

3

JDK 7 のインストールで解決された問題。

于 2014-09-29T14:07:59.533 に答える