1.gremlin控制台访问:
(1)E:\janusgraph\janusgraph-0.3.1-hadoop2\elasticsearch\bin中打开elasticsearch.bat
(2)E:\janusgraph\janusgraph-0.3.1-hadoop2\bin打开gremlin.bat
启动成功,在gremlin.bat中使用gremlin语言对janusgraph进行控制操作。
2.通过python连接:
(1)修改gremlin-server.yaml配置文件:
修改位置如图。
(2)修改janusgraph-berkeleyje-es-server.properties:
把janusgraph-berkeleyje-es-server.properties里面的index.search.hostname改为127.0.0.1。
(3)安装gremlinpython
在anacoda prompt中输入
pip install gremlinpyton
gremlinpython版本需要适应janusgraph和python的版本,否则会出错