Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HugeGraph(0.7.4),后端存储用scyllaDB(1.7版本),初始化的失败(“Indexes are not supported yet”) #48

Closed
Blessness opened this issue Sep 6, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@Blessness
Copy link

Expected behavior 期望表现

{type something here...}

Actual behavior 实际表现

{type something here...}

Steps to reproduce the problem 复现步骤

  1. {step 1}
  2. {step 2}
  3. {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}
@Blessness
Copy link
Author

Blessness commented Sep 6, 2018

在类 ScyllaDBStoreProvider 中:
image

这里代码在某一个提交中犯了一个笔误。

如果着急使用的话,可以自己将代码克隆下来,把上面红框中的EDGE_OUT 修改为VERTEX,重新打包即可。

@Blessness Blessness reopened this Sep 6, 2018
@Blessness
Copy link
Author

具体目录在 hugegraph/hugegraph-scylladb/src/main/java/com/baidu/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java

Linary added a commit that referenced this issue Sep 6, 2018
The exception is "Indexes are not supported yet"

Fix: #48

Change-Id: I5012e2684b7d95ded236207b441fc71d77851fe7
@zhoney zhoney closed this as completed in 95342c8 Sep 7, 2018
@javeme javeme added bug Something isn't working improvement General improvement and removed improvement General improvement labels Sep 7, 2018
Linary added a commit that referenced this issue Sep 20, 2018
The exception is "Indexes are not supported yet"

Fix: #48

Change-Id: I5012e2684b7d95ded236207b441fc71d77851fe7
zhoney pushed a commit that referenced this issue Sep 20, 2018
The exception is "Indexes are not supported yet"

Fix: #48

Change-Id: I5012e2684b7d95ded236207b441fc71d77851fe7
zhoney pushed a commit to zhoney/hugegraph that referenced this issue Nov 9, 2021
* disable etcd for auth server (apache#42)

* refine MetricsAPI test for prometheus exporter (apache#43)

* upgrade hugegraph config and white api list (apache#44)

* fixed computer-dis api bug (apache#45)

* fix rest-server.properties config item k8s.hugegraph_url (apache#46)

* fix rocksdb not close after close graph (apache#47)
VGalaxies pushed a commit that referenced this issue Aug 3, 2024
Change-Id: I783d4ba2af19114dafd921c4468d4dbb640964c1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants