GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统

Results 486 GraphScope issues
Sort by recently updated
recently updated
newest added

Currently `union` step is not supported in gremlin service provided by interactive.

## What do these changes do? bulkload with multiple threads

**Is your feature request related to a problem? Please describe.** The GIE IR layer is re-factored based on Calcite. However, the physical layer is still in the pre-IR route. Migrate...

stale

### Discussed in https://github.com/alibaba/GraphScope/discussions/3225 Originally posted by **zjarles** September 16, 2023 将子图转换为networks图后,在循环遍历时,报错如下,请问是什么原因呢? G = nx.DiGraph(sub_graph, default_label="trmnl") for node in G.nodes(data=True): print(node) AnalyticalEngineInternalError: /work/analytical_engine/core/object/object_manager.h:80: GetObject -> Object graph_GWXIIwo7 does not exist...

stale

### Discussed in https://github.com/alibaba/GraphScope/discussions/3272 Originally posted by **rgreen13** September 29, 2023 It seems the current version of GraphScope uses an interface like NetworkX 2.8. Are there plans to adjust some...

stale
requires-further-discussion

Add profile in compiler's pom.xml. This profile will build a fat-jar which can be used to generate physcial plan.

stale

**Describe the bug** User run `flash.harmonic_centrality` algorithm on a large string id dataset (1.2 billion vertices, 3.2 billion edges), and dumps the result with `contest.output`. Got error: ![915736CC-9809-4A26-93C6-B0F7051D5740](https://github.com/alibaba/GraphScope/assets/11835645/64e059ab-dbb8-4f3d-8345-d1795b121d16) **To Reproduce**...

stale

GraphScope Interactive service composes two process: `HQPS Engine` and `Compiler GraphServer`. To support graph switching(Admin Service's interface), we need to tell the compiler to use a new graph schema. Maybe...

stale

Now in `interactive_engine/compiler/src/test/java/com/alibaba/graphscope/gremlin/antlr4x/GraphBuilderTest.java`, there are two kinds of test cases. The Algebra case: For example, `RelNode node = eval("g.V().has('name', containing('mar'))")`, as introduced by the `eval()` function. The Expression case: For...

component:gie
stale

Following [GIE for Gremlin](https://graphscope.io/docs/interactive_engine/tinkerpop/tinkerpop_gremlin#connecting-via-gremlin-console), I failed to connect to GIE Gremlin endpoint. ```bash WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/workspaces/apache-tinkerpop-gremlin-console-3.6.4/lib/groovy-2.5.22-indy.jar) to method...