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>

 

posted on 2015-07-05 09:41  lvlv岁月流逝  阅读(718)  评论(0编辑  收藏  举报

导航