无法在ubuntu中启动Marathon

时间:2015-10-13 13:32:20

标签: mesos mesosphere marathon

apt-get install marathon安装Marathon之后,我无法通过service marathon start启动Marathon;命令返回进程ID但无法通过ps检索它。我无法记录它。

如果我运行/usr/bin/marathon,我收到了以下消息run_jar --zk zk://mesosStagingCompute9:2181/marathon --master zk://mesosStagingCompute9:2181/mesos

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

这是因为默认的JRE是openjdk-7;需要将默认JRE更改为openjdk-8。