Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.

解决方法:

    <dependency>
            <groupId>org.apache.hadoop</groupId>
            <artifactId>hadoop-mapreduce-client-common</artifactId>
            <version>2.4.1</version>
        </dependency>
原文地址:https://www.cnblogs.com/lvlv/p/4621728.html