-
Notifications
You must be signed in to change notification settings - Fork 448
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
[BUG] Problem in StaticIrMetaFetcher #4309
Comments
modern_graph_statistics.json {
"total_vertex_count": 6,
"total_edge_count": 6,
"vertex_type_statistics": [
{
"type_id": 0,
"type_name": "person",
"count": 4
},
{
"type_id": 1,
"type_name": "software",
"count": 2
}
],
"edge_type_statistics": [
{
"type_id": 0,
"type_name": "knows",
"vertex_type_pair_statistics": [
{
"source_vertex": "person",
"destination_vertex": "person",
"count": 2
}
]
},
{
"type_id": 1,
"type_name": "created",
"vertex_type_pair_statistics": [
{
"source_vertex": "person",
"destination_vertex": "sofware",
"count": 4
}
]
}
]
} |
interactive_config_test.yaml log_level: INFO
verbose_level: 10
default_graph: modern_graph
compute_engine:
type: hiactor
workers:
- localhost:10000
thread_num_per_worker: 1
store:
type: cpp-mcsr
metadata_store:
type: file # file/sqlite/etcd
compiler:
planner:
is_on: true
opt: RBO
rules:
- FilterIntoJoinRule
- FilterMatchRule
- NotMatchToAntiJoinRule
meta:
reader:
schema:
uri: /workspaces/GraphScope/flex/interactive/examples/modern_graph/graph.yaml
interval: 1000 # ms
statistics:
uri: /tmp/modern_graph_statistics.json
interval: 86400000 # ms
endpoint:
default_listen_address: localhost
bolt_connector:
disabled: false
port: 7687
gremlin_connector:
disabled: false
port: 8182
query_timeout: 40000
gremlin_script_language_name: antlr_gremlin_calcite
http_service:
default_listen_address: localhost
admin_port: 7777
query_port: 10000
|
/cc @shirly121, this issus/pr has had no activity for for a long time, could you folks help to review the status ?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: