dogfooding by wanglei #2790
doudoubobo
started this conversation in
dogfooding
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Task 1: 在本地试用 GraphScope
ogbn_mag内置图ogbn_mag到一个简单图,选择点标签为paper, 边标签为cites, 属性都为空。ogbn_mag图上启动交互引擎 (Interactive)ogbn_mag图,使用 learning 定义并执行一个 GCN 训练过程,可参考 CI 或文档中定义的过程Task 2: 在本地开发调试 GraphScope
vineyardd直接启动vineyardgrape_engine, 通过grape_engine直接运行 analytical_engine,然后退出 grape_engine 进程analytical_engine/core/server/analytical_server.cc),并重新编译,启动并找到新添加的日志frontend-x-SNAPSHOT.jar和gaia_executor,直接运行这个 jar 包和这个 gaia_executor,使 frontend 能够连接到 executor。interactive_engine/frontend/src/main/java/com/alibaba/graphscope/frontend/Frontend.java) 和 executor (interactive_engine/executor/assembly/v6d/src/bin/gaia_executor.rs) 各添加一条日志,并重新编译,启动并找到新添加的日志libgraphlearn_shared.soBeta Was this translation helpful? Give feedback.
All reactions