我正在运行hadoopver1.1.1,想安装oozie3.3.1,但安装时出现以下错误
hduseros@MT2012018:/usr/local/oozie-3.3.1$ ./distro/target/oozie-3.3.1-distro/oozie-3.3.1/bin/oozie-setup.sh -hadoop 1.1.1 /usr/local/hadoop -extjs /usr/local/oozie-3.3.1/webapp/src/main/webapp/ext-2.2.zip
setting CATALINA_OPTS="$CATALINA_OPTS -Xmx1024m"
Exiting: Unsupported Hadoop version '', supported versions: 0.20.1, 0.20.2, 0.20.104, 0.20.200, 0.23.x and 2.x
我遵循这个教程http://practicalcloudcomputing.com/post/26337621577/installing-and-running-apache-oozie-3-2-x-and-possibly?543b50f0
1条答案
按热度按时间tct7dpnv1#
在运行oozie-setup.sh之前,您需要将hadoop1.1.1所需的jar复制到oozie home的libext目录中。然后运行上面的命令。
http://srikanthayalasomayajulu.blogspot.sg/2013/02/apache-oozie-331-installation-on-apache.html
请按此链接…希望这会有所帮助