We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579c8fe commit a4626e7Copy full SHA for a4626e7
instrumentation/jmx-metrics/library/src/test/resources/hadoop3-env.sh
@@ -53,7 +53,8 @@
53
# The java implementation to use. By default, this environment
54
# variable is REQUIRED on ALL platforms except OS X!
55
# export JAVA_HOME=
56
-export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")
+JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")
57
+export JAVA_HOME
58
59
# Location of Hadoop. By default, Hadoop will attempt to determine
60
# this location based upon its execution path.
0 commit comments