我最近开始使用Beelines与配置单元服务器进行交互。问题是创建文件命令对我来说失败了。
我尝试过以下几种方法:
add FILE[S] 'example.txt';这将返回以下错误:
Error: Error while processing statement: null (state=,code=1)发布于 2020-02-28 00:01:31
您应该从路径中删除引号。即
beeline> add file example.txt;另外,请确保仅将文件添加到正在运行配置单元的服务器。
https://stackoverflow.com/questions/60437050
复制相似问题