使用docker启动Titan数据库时出错

时间:2016-01-15 10:59:22

标签: elasticsearch docker cassandra titan

我想开始使用titan数据库,我遵循了http://oren.github.io/blog/titan.html条款。但是当我尝试在docker中启动titan时,它会给我以下错误:

/opt/titan-0.5.4-hadoop2/run.sh: 2: /opt/titan-0.5.4-hadoop2/run.sh:  : not found

运行.sh文件位于C:\ Users \ Modeso \ titan但我无法找到更改docker中文件夹位置的方法。

之前是否有人遇到此问题或有解决方案?

1 个答案:

答案 0 :(得分:0)

我怀疑在这种情况下,“未找到”消息可能不是因为找不到文件,而是因为文件中使用了错误的行结尾。如果shell脚本使用Windows行结尾,则Linux可能会产生奇怪的错误,例如此错误。

您是否尝试过从GitHub存储库构建? https://github.com/apobbati/titan-rexster

您可以通过;

从该存储库构建映像
docker build -t titan-rexter github.com/apobbati/titan-rexster

然后运行它;