首页 > 其他 > 详细

Hive错误:Unable to load native-hadoop library for your platform

时间:2016-05-02 14:14:57      阅读:289      评论:0      收藏:0      [点我收藏+]

WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Starting namenodes on [Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /opt/hadoop-2.6.0/lib/native/libhadoop.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It‘s highly recommended that you fix the library with ‘execstack -c ‘, or link it with ‘-z noexecstack‘.


这是因为hadoop默认编译好的native库是32bit的,所以要重新编译hadoop2.6的源代码,获取64位native库,将其复制到原来安装的hadoop的native目录中替代原来的类库,然后重新运行即可。

百度搜索下载native-x64.rar


——郑重声明:本文仅为作者个人笔记,请勿转载!——

Hive错误:Unable to load native-hadoop library for your platform

原文:http://www.cnblogs.com/hunttown/p/5452228.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!