Maven引入Hadoop依賴報錯:Missing artifact jdk.tools:jar:1.6原因是缺少tools.jar的依賴,tools.jar在jdk的安裝目錄中提供了,所以在pom.xml內(nèi)增加下面的依賴就可以解決。