table file does not exist: FUTURE_TICK/L1_datayes.tbl

OOM后强杀节点以后 好像丢了个文件,执行下面语句:

testTB = loadTable("FUTURE_TICK", "L1_datayes")

 报错: table file does not exist: FUTURE_TICK/L1_datayes.tbl

但如下图所示,我去volues数据文件目录下看这个文件还是存在的。

attachments-2024-03-tYpvQmsh6606331213f20.png

请先 登录 后评论

1 个回答

wale

分布式文件以dfs://开头,少写了dfs://,改成如下:

testTB = loadTable("dfs://FUTURE_TICK", "L1_datayes")
请先 登录 后评论