I'm trying to follow the instructions here to setup testing environment for
Oozie: https://oozie.apache.org/docs/4.3.0/ENG_MiniOozie.html
When I run `mvn clean test`, the test phase fails. I found the following
error in target/surefire-reports/org.apache.oozie.test.WorkflowTest.txt:
>
> Tests run
Hi Stanislavs,
what is the OS / JDK version you're trying with?
For me, mvn clean test succeeds from minitest folder:
>
> ---
> T E S T S
> ---
> Java HotSpot(TM) 64-Bit Server VM warning: ig
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.7.0_95, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-62-generic", arch: "amd64", family: "unix"
Distro is Ubuntu 16.04.2
Hi Stanislavs,
as per current standing, JDK1.7.0 is discouraged. Some part of
maven-findbugs-plugin won't work anything other than JDK1.8.0.
Regards,
Andras
On Wed, Jul 19, 2017 at 1:51 PM, Staņislavs Rogozins <
stanislavs.rogoz...@gmail.com> wrote:
> Apache Maven 3.3.9
> Maven home: /usr/shar
Rebuilt with:
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-62-generic", arch: "amd64", family: "unix"
Tes