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

最新文章

  1. How to debug .NET Core RC2 app with Visual Studio Code on Windows?
  2. docker-compose编写(英文)
  3. C语言之贪吃蛇
  4. Ios开发之定位CLLocationManager
  5. 边工作边刷题:70天一遍leetcode: day 85-3
  6. Unity Networking API文档翻译(一):Networking概述
  7. .net中SessionState相关配置
  8. Windows 8.1 系统上用Oracle VM VirtualBox 安装windows 2008 R2 SP1 的虚拟机 出现 Error Code: 0x000000C4
  9. android安卓 SQLite教程:内部架构及SQLite使用办法
  10. vim粘贴代码格式变乱
  11. 利用IIS7 解决URL访问限制问题
  12. HTML需掌握的基础
  13. 使用MVC4,Ninject,EF,Moq,构建一个真实的应用电子商务SportsStore
  14. OpenCV FileStorage 使用记录
  15. KMP 算法 C++
  16. Springboot监控之一:SpringBoot四大神器之Actuator
  17. nginx日志文件的定时切割与归纳
  18. Java & PHP & Javascript 通用 RSA 加密 解密 (长字符串)
  19. 获取解码字符串指定位置的数值 Decoded String at Index
  20. C++中重载(overload)、覆盖(override)与隐藏(oversee)

热门文章

  1. 【python系列】python初识
  2. iPhone X的缺口和CSS
  3. java(4) 异常
  4. sonarqube插件开发(三) 调试插件
  5. Gradle gitignore Gradle 模式 上传SVN 要忽略的文件
  6. Unity3D 面试三 ABCDE
  7. maven常用的plugin
  8. parent.relativePath' points at wrong local POM
  9. Python2.7设置在shell脚本中自动补全功能的方法
  10. python中列表排序,字典排序,列表中的字典排序