博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ant重新编译打包hadoop-core-1.2.1.jar时遇到的错
阅读量:6295 次
发布时间:2019-06-22

本文共 992 字,大约阅读时间需要 3 分钟。

错误1.[root@MyDB01 hadoop]# ant -Dversion=1.2.1  examples错误: 找不到或无法加载主类 org.apache.tools.ant.launch.Launcher解决方案export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib:/usr/share/ant/lib/ant-launcher.jar错误2:BUILD FAILED/usr/local/hadoop/build.xml:634: Execute failed: java.io.IOException: Cannot run program "autoreconf" (in directory "/usr/local/hadoop/src/native"): error=2, 没有那个文件或目录安装包:[root@MyDB01 native]# yum -y install autoconf错误3:create-native-configure:     [exec] Can't exec "aclocal": 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.     [exec] autoreconf: failed to run aclocal: 没有那个文件或目录安装包:[root@MyDB01 hadoop]# yum -y install automake错误4:     [exec] configure.ac:48: error: possibly undefined macro: AC_PROG_LIBTOOL     [exec]       If this token and others are legitimate, please use m4_pattern_allow.     [exec]       See the Autoconf documentation.     [exec] autoreconf: /usr/bin/autoconf failed with exit status: 1安装包[root@MyDB01 hadoop]# yum -y intall  libtool

 

转载地址:http://tfvta.baihongyu.com/

你可能感兴趣的文章
js中forEach的用法
查看>>
Docker之功能汇总
查看>>
!!a标签和button按钮只允许点击一次,防止重复提交
查看>>
(轉貼) Eclipse + CDT + MinGW 安裝方法 (C/C++) (gcc) (g++) (OS) (Windows)
查看>>
还原数据库
查看>>
作业调度框架 Quartz.NET 2.0 beta 发布
查看>>
mysql性能的检查和调优方法
查看>>
项目管理中的导向性
查看>>
Android WebView 学习
查看>>
(转)从给定的文本中,查找其中最长的重复子字符串的问题
查看>>
HDU 2159
查看>>
spring batch中用到的表
查看>>
资源文件夹res/raw和assets的使用
查看>>
UINode扩展
查看>>
LINUX常用命令
查看>>
百度云盘demo
查看>>
概率论与数理统计习题
查看>>
初学structs2,简单配置
查看>>
Laravel5.0学习--01 入门
查看>>
时间戳解读
查看>>