Description
Currently, Oozie's smoke test is failing on Jenkins as follows. It looks like we have to define $OOZIE_URL in provisioner/utils/smoke-tests.sh.
https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/COMPONENTS=hdfs.yarn.mapreduce.hive.oozie@oozie,OS=centos-7-x86_64-deploy/164/console
FAILURE: Build failed with an exception. * Where: Build file '/bigtop-home/bigtop-tests/smoke-tests/build.gradle' line: 26 * What went wrong: Execution failed for task ':bigtop-tests:smoke-tests:oozie:test'. > undeclared env variable: OOZIE_URL * Try: Run with 40 actionable tasks: 4 executed, 36 up-to-date --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 49s
In addition, the testPig method is not supposed to work since Pig was removed from the Bigtop components.