Description
Getting the following compiler error:
[ERROR] /ws/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy:[160,39] 2. ERROR in /ws/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy (at line 160)
It seems FailureExecutor cannot be found because it is in the wrong directory In bigtop.
Currently in:
bigtop/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/FailureExecutor.groovy
Needs to be moved to:
bigtop-test-framework/.../failures/FailureExecutor
Attachments
Attachments
Issue Links
- is part of
-
BIGTOP-1388 Use cluster failure tests during other tests with command line parametrization
- Resolved