GraphScope failed to create a session no a no k8s installed RedHat machine #2569
-
machine : Red Hat 4.8.3-9
error occurs when creating a session
|
Beta Was this translation helpful? Give feedback.
Answered by
siyuan0322
Feb 21, 2024
Replies: 1 comment
-
The default cluster type is k8s, so you can specify a local session by |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yecol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default cluster type is k8s, so you can specify a local session by
sess = graphscope.session(cluster_type='hosts')
. Or more simply,graph = graphscope.g()
will create a graph and a local session implicitly.