coordinator启动失败 #343
dakeleblack
started this conversation in
General
Replies: 1 comment 2 replies
-
@bitao666 From the log above, You can use graphscope.session(k8s_coordinator_mem='1Gi') |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
创建session的时候报了下面超时的错误,请问各位,这是什么问题?
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 1, in
File "/Users/taoge666/opt/anaconda3/envs/graphscope/lib/python3.8/site-packages/graphscope/client/utils.py", line 156, in wrapper
return_value = func(*args, **kwargs)
File "/Users/taoge666/opt/anaconda3/envs/graphscope/lib/python3.8/site-packages/graphscope/client/session.py", line 491, in init
self._connect()
File "/Users/taoge666/opt/anaconda3/envs/graphscope/lib/python3.8/site-packages/graphscope/client/session.py", line 828, in _connect
self._launcher.start()
File "/Users/taoge666/opt/anaconda3/envs/graphscope/lib/python3.8/site-packages/graphscope/deploy/kubernetes/cluster.py", line 713, in start
raise K8sError(
graphscope.framework.errors.K8sError: 'Error when launching Coordinator on kubernetes cluster'
Beta Was this translation helpful? Give feedback.
All reactions