Maven引入Hadoop依赖报错:Missing artifact jdk.tools:jar:1.6原因是缺少tools.jar的依赖,tools.jar在jdk的安装目录中提供了,所以在pom.xml内增加下面的依赖就可以解决。