-
Notifications
You must be signed in to change notification settings - Fork 576
Closed
Labels
Description
Expected behavior 期望表现
{type something here...}
Actual behavior 实际表现
使用authentication默认配置
auth.require_authentication=true
auth.admin_token=162f7848-0b6d-4faf-b557-3a0797869c55
auth.user_tokens=[hugegraph:9fd95c9c-711b-415b-b85f-d4df46ba5c31]
启动 bin/start-hugegraph.sh 出错
Steps to reproduce the problem 复现步骤
-
在初始化数据库和导入数据的时候是注释掉了authentication配置项,后面通过bin/start-hugegraph.sh正常启动访问
-
后面我把authentication配置项注释去掉了,再bin/start-hugegraph.sh启动就报错
-
{step 3}
Status of loaded data 数据状态
Vertex/Edge summary 数据量
- loaded vertices amount: {like 10 million}
- loaded edges amount: {like 20 million}
- loaded time: {like 200s}
Vertex/Edge example 数据示例
{type something here...}
Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构
{type something here...}
Specifications of environment 环境信息
- hugegraph version: {like v0.7.4}
- operating system: {like centos 7.4, 32 CPUs, 64G RAM}
- hugegraph backend: {like cassandra 3.10, cluster with 20 nodes, 3 x 1TB HDD disk each node}