You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/HadoopTest.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,9 @@ void testMetrics_Hadoop2x() {
24
24
25
25
yamlFiles.forEach(this::validateYamlSyntax);
26
26
27
-
// bmedora docker images do not propagate env vars to spanned hadoop processes,
28
-
// so everything needs to be embedded inside the hadoop2-env.sh file
27
+
28
+
// Hadoop startup script does not propagate env vars to launched hadoop daemons,
29
+
// so all the env vars needs to be embedded inside the hadoop-env.sh file
29
30
GenericContainer<?> target =
30
31
newGenericContainer<>("bmedora/hadoop:2.9-base")
31
32
.withCopyFileToContainer(
@@ -51,7 +52,7 @@ void testMetrics_Hadoop3x() {
51
52
yamlFiles.forEach(this::validateYamlSyntax);
52
53
53
54
// Hadoop startup script does not propagate env vars to launched hadoop daemons,
54
-
// so all the env vars needs to be embedded inside the hadoop2-env.sh file
55
+
// so all the env vars needs to be embedded inside the hadoop-env.sh file
0 commit comments