hadoop错误提示 exitCode: 1 due to: Exception from container-launch.

mapred-site.xml中配置文件中的一些属性不支持了会报出这个错误

在8088端口中查看container log 可以看到这个错误

 

 <property>
        <name>fs.AbstractFileSystem.hdfs.impl</name>
         <value>org.apache.hadoop.hdfs.DistributedFileSystem</value>
         <description>The FileSystem for hdfs: uris.</description>
   </property>

因为加了这个配置报的错

posted @ 2018-01-15 10:35  PyJava老鸟  阅读(393)  评论(0编辑  收藏  举报