Closed JackyYangPassion closed 1 week ago
gs-engine-vchukb-1 gs-engine-vchukb-0
两个pod 内已确认 挂载目录是成功的,但是Load数据报错目录不存在
进入 gs-engine-vchukb-1 采用v6d 是可以访问挂载目录
import fsspec
from fsspec.core import split_protocol
fs = fsspec.filesystem("file")
files = fs.glob('file:///testingdata/'+ '*')
print(files)
结果符合预期,但是通过如下方式就报错
from graphscope.framework.loader import Loader
graph = graph.add_vertices(Loader('/testingdata/1405/1406.csv', delimiter=',')
,label="user"
,vid_field='ud_id'
)
Fix,Not GS BUG
Describe the bug 通过K8S 挂载共享目录方式,加载数据失败,日志报错
No such file or directory
Log Deails
To Reproduce Steps to reproduce the behavior:
挂载目录
加载数据
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.