-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4439/
-----------------------------------------------------------
Review request for mesos and Benjamin Hindman.
Summary
-------
Use JAVA_HOME to run java for the Java example frameworks. This should allow
tests to pass if JAVA_HOME specified at configure-time is incompatible with the
java on the path. (e.g. $JAVA_HOME/bin/javac is Java 7, but the 'java' on the
PATH is Java 6).
This addresses bug MESOS-87.
https://issues.apache.org/jira/browse/MESOS-87
Diffs
-----
src/examples/java/test-exception-framework.in 415d355
src/examples/java/test-executor.in 4e8daf6
src/examples/java/test-framework.in 2c12953
src/examples/java/test-multiple-executors-framework.in 04c0d5b
Diff: https://reviews.apache.org/r/4439/diff
Testing
-------
Thanks,
Charles