This is a known issue and we are currently fixing the failing unit test. To go ahead with building the Oozie binaries, use -DskipTests during mvn build
E.g./oozie-dir/bin/mkdistro.sh -DskipTests On 7/5/14, 8:37 AM, "Thomas Larsson" <[email protected]> wrote: >Hello. > >I've just cloned the oozie git repo and am trying to build it locally but >I >get a number (4 one time, 6 next time) of test failures in the core >module. >I was simply running "mvn clean test". > >One example is >org.apache.oozie.command.coord.TestCoordActionInputCheckXCommandNonUTC.tes >tActionInputCheckLatestActionCreationTime > >which I have rerun separately like this from the core module folder. >"~/dev/oozie/core$ mvn clean test >-Dtest=TestCoorxdActionInputCheckXCommandNonUTC" > >My question is: Are these issues known things or am I doing something >wrong? > >My system is Ubuntu 14.04 >Mvn 3.0.5 >Java 1.6.0_31 > >I have not yet installed Hadoop or Pig locally since I thought these >dependencies are not needed when running the core tests using embedded >"mini-clusters". > >Best Regards >/Thomas
