【发布时间】:2017-11-07 01:32:36
【问题描述】:
我正在尝试将我的 tinkertop 版本升级到 3.2.4 版本。目前我使用的是 titan-1.0.0-hadoop1 版本。因为它没有嵌入最近的 tinkertop(gremlin) 版本。我要升级。
我做了以下步骤: 1.下载gremlin-server 3.2.4版本,解压 2. 编辑 GREMLIN_SERVER_HOME/conf/gremlin-server.yaml 并包含 以下设置为默认值:
graphs: {
graph: conf/titan-berkeleydb.properties}
plugins:
- aurelius.titan
}
3. then in terminal I ran the following command
bin/gremlin-server.sh -i com.thinkaurelius.titan titan-core 1.0.0
第三步后出现以下错误
DependencyGrabber$_copyTo_closure6 - 复制 - /home/titan123/Downloads/apache-tinkerpop-gremlin-server-3.2.4/ext/titan-core/plugin/jsr305-3.0.0.jar 无法安装依赖项:java.lang.NullPointerException: Cannot get property 'mainAttributes' on null object
【问题讨论】:
-
@stephen mallette 请对此发表评论
标签: java groovy titan gremlin-server