Not implemented by the DistributedFileSystem FileSystem implementation 2019-12-18 17:29 −问题描述:springboot+hadoop-2.8.0使用内置服务器没有这个问题,换到外部tomcat后出现此问题. 原因:hadoop-core是1.x的产物,在2.x之后已经被hadoop-common取代,我配置的时候同时使用了这两个依赖导致jar包冲突. 我只引...