Vlad Rozov created APEXCORE-779: ----------------------------------- Summary: In unit tests Yarn containers must use the same JVM as the test itself. Key: APEXCORE-779 URL: https://issues.apache.org/jira/browse/APEXCORE-779 Project: Apache Apex Core Issue Type: Bug Reporter: Vlad Rozov Assignee: Vlad Rozov Priority: Minor
When Yarn containers are launched from a unit test, they should use "java.home" property to find what java executable to use as JAVA_HOME may point not to a proper location. Using PATH to find java must be avoided, as the default java on a test box may be a wrong version or not a properly configured JVM. -- This message was sent by Atlassian JIRA (v6.4.14#64029)