美文网首页
Hadoop安装配置 遇到的坑

Hadoop安装配置 遇到的坑

作者: lixinxin | 来源:发表于2017-12-23 16:55 被阅读5次

    主机名 找不到

    http://lihongchao87.iteye.com/blog/1998347

    配置hosts

    [root@localhost bin]# cat /etc/hosts  
    # Do not remove the following line, or various programs  
    # that require network functionality will fail.  
    127.0.0.1                   localhost       localhost  
    192.168.18.130           localhost       localhost  
    

    Hadoop之—— WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform...报错

    (http://blog.csdn.net/l1028386804/article/details/51538611)

    log4j.properties 添加配置

    log4j.logger.org.apache.hadoop.util.NativeCodeLoader=ERROR
    

    相关文章

      网友评论

          本文标题:Hadoop安装配置 遇到的坑

          本文链接:https://www.haomeiwen.com/subject/bjeqgxtx.html