In an environment with multiple Java versions, the "java" and "javac" executables might point to something different than what's available in JAVA_HOME. Using them might lead to runtime problem, e.g., when linking Hadoop classes compiled with a different Java version. This PR changes test_serialize.py accordingly. We might need similar changes elsewhere in the code.
In an environment with multiple Java versions, the "java" and "javac" executables might point to something different than what's available in
JAVA_HOME
. Using them might lead to runtime problem, e.g., when linking Hadoop classes compiled with a different Java version. This PR changestest_serialize.py
accordingly. We might need similar changes elsewhere in the code.