alibaba/GraphScope

[GLE] Explicitly build the training client using the GLE server handle

Open

#2 738 ouverte le 25 mai 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)HTML (301 forks)batch import
component:glegood first issue

Métriques du dépôt

Stars
 (2 401 stars)
Métriques de merge PR
 (Merge moyen 1m) (8 PRs mergées en 30 j)

Description

A graph object is returned after the GLE servers are launched, which is further used to build the client that the training worker uses to communicate with the GLE servers. While in distributed training(multiple training workers), we need to first get the handle of the graph (including the schema info, service IP and port), and use these information to build client in the training side. This issue is to add APIs and implementations to ease the process of explicitly building the training client using the GLE server handle.

Guide contributeur