MapReduce处理HBase出错:XXX.jar is not a valid DFS filename时间:2023-03-09 16:08:43 原因:Hadoop文件系统没有检查路径时没有区分是本地windows系统还是Hadoop集群文件系统 解决: 只需将Map和Reduce的init方法最后一个参数(boolean addDependencyJars)设为false(默认为true