我正在运行Hadoop Ver 1.1.1并希望在安装时安装Oozie 3.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
答案 0 :(得分:3)
在运行此oozie-setup.sh之前,您需要将所需的hadoop 1.1.1 jar复制到oozie home的libext目录中。然后运行上面的命令。
http://srikanthayalasomayajulu.blogspot.sg/2013/02/apache-oozie-331-installation-on-apache.html
点击此链接...希望这应该有用