我下的是oozie-4.2.0.tar.gz的版本,编译用的是./mkdistro.sh -DskipTests -Puber -P hadoop-2 命令
下下来后,没有修改任何一个配置文件:
出现了下面的错误:
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 14.723 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [03:27 min]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 3.965 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [ 2.654 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [ 53.861 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [ 2.332 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 2.726 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [ 6.825 s]
[INFO] Apache Oozie Docs .................................. FAILURE [ 59.747 s]
[INFO] Apache Oozie WebApp ................................ SKIPPED
[INFO] Apache Oozie Tools ................................. SKIPPED
[INFO] Apache Oozie MiniOozie ............................. SKIPPED
[INFO] Apache Oozie Distro ................................ SKIPPED
[INFO] Apache Oozie ZooKeeper Security Tests .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:03 h
[INFO] Finished at: 2016-01-25T14:49:38+08:00
[INFO] Final Memory: 203M/745M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site (default) on project oozie-docs: Error parsing site descriptor: Unrecognised tag: 'html' (position: START_TAG seen <html>... @1:6) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluen ... oExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :oozie-docs
ERROR, Oozie distro creation failed
哪位大神知道怎么解决了????? |