【问题标题】:Hadoop 2.4.1 Installation not running properly on Ubuntu 14.04?Node manager VM stack guard errorHadoop 2.4.1 安装未在 Ubuntu 14.04 上正常运行?节点管理器 VM 堆栈保护错误
【发布时间】:2019-07-24 12:43:59
【问题描述】:

我正在尝试在 Ubuntu 14.04 LTS 64 位机器上设置 Hadoop 2.4.1 多集群。启动 Hadoop 守护程序后,当我 jps 时,我看不到我的节点管理器正在运行。当我检查节点管理器日志时,我得到了以下错误:

Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /usr/share/hadoop-2.4.1/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now.

谁能建议我如何解决这个问题? 我关注这个link 但我得到同样的错误。

【问题讨论】:

    标签: ubuntu hadoop 64-bit


    【解决方案1】:

    Hadoop 2.x 本机库(.so 共享对象)是用 32 位 jvm 编译的,所以它会给出错误。您需要重新编译 hadoop 原生库,然后您的所有服务都会启动并运行。

    查看此解决方案:

    http://kuntalganguly.blogspot.in/2014/07/building-native-hadoop-libraries-to-fix.html

    【讨论】:

      【解决方案2】:

      还有 PPA:

      ppa:hadoop-ubuntu/dev
      ppa:hadoop-ubuntu/testing
      ppa:hadoop-ubuntu/stable
      

      更多信息请看这里:https://wiki.ubuntu.com/ServerTeam/Hadoop

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-03-04
        • 1970-01-01
        • 2022-11-19
        • 1970-01-01
        • 2016-03-22
        • 2014-10-12
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多