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.testActionInputCheckLatestActionCreationTime 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
