tHDFSRename:文件不存在或当前文件掩码没有唯一匹配

tHDFSRename: file does not exist or no unique matching for current filemask

我正在尝试使用 Talend 的 tHDFSRename 组件重命名 HDFS 上的文件。它因错误而失败:"file does not exist or no unique matching for current filemask"。经过大量调试,发现问题与文件名中包含加号(+)有关。有什么办法吗?

尝试使用 tHDFSCopy 组件。