在Ubuntu 16.04和mesos 1.7.2上使用make clean安装mesos框架示例时遇到问题

时间:2019-04-30 15:46:51

标签: mesos

在具有mesos-1.7.2的Ubuntu 16.04上,make检查有不同的编译错误,应该检查示例框架和 make install 。因此,我尝试直接运行python示例:

python test_framework.py 172.31.47.43:5050

,但无法弄清楚如何直接安装mesos.interface和其他软件包。现在pip上的版本与1.7.2不兼容。

我可以使用make正常启动master和agent,但是由于编译错误, make clean make install 尚未结束。常规的 make 效果很好,所以我可以开始掌握母带和年龄,t

所以我已经将部分stdout粘贴到了pastebin上

make install 

日志在这里https://pastebin.com/67DLZEcq

make clean

日志在这里https://pastebin.com/CPUHdJZb

由于它在完成之前崩溃,因此它离开了.in文件,这意味着它从未完成:

./ examples / java / test-framework.in 。/examples/python/test-framework.in

和等待在mesos-1.7.2 / build / src / examples中链接的已编译目标文件

test_executor-test_executor.o test_framework-test_framework.o

0 个答案:

没有答案