[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project tez-tests: Compilation failure: Compilation failure:
[ERROR] ./tez/tez-tests/src/test/java/org/apache/tez/test/TestTezJobs.java:[542,52] cannot find symbol
[ERROR] symbol: variable StringUtils
[ERROR] location: class org.apache.tez.test.TestTezJobs
[ERROR] ./tez/tez-tests/src/test/java/org/apache/tez/test/TestTezJobs.java:[543,11] cannot find symbol
[ERROR] symbol: variable StringUtils
[ERROR] location: class org.apache.tez.test.TestTezJobs
[ERROR] ./tez/tez-tests/src/test/java/org/apache/tez/test/TestTezJobs.java:[542,23] no suitable method found for run(org.apache.tez.dag.api.TezConfiguration,java.lang.String[],<nulltype>)
[ERROR] method org.apache.tez.examples.SimpleSessionExample.run(java.lang.String[]) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method org.apache.tez.examples.SimpleSessionExample.run(java.lang.String[],java.lang.String[],org.apache.hadoop.conf.Configuration,int) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] ./tez/tez-tests/src/test/java/org/apache/tez/test/TestTezJobs.java:[576,39] cannot find symbol
[ERROR] symbol: variable StringUtils
[ERROR] location: class org.apache.tez.test.TestTezJobs
[ERROR] ./tez/tez-tests/src/test/java/org/apache/tez/test/TestTezJobs.java:[577,11] cannot find symbol
[ERROR] symbol: variable StringUtils
[ERROR] location: class org.apache.tez.test.TestTezJobs
[ERROR] ./tez/tez-tests/src/test/java/org/apache/tez/test/TestTezJobs.java:[576,10] no suitable method found for run(org.apache.tez.dag.api.TezConfiguration,java.lang.String[],<nulltype>)
[ERROR] method org.apache.tez.examples.SimpleSessionExample.run(java.lang.String[]) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method org.apache.tez.examples.SimpleSessionExample.run(java.lang.String[],java.lang.String[],org.apache.hadoop.conf.Configuration,int) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] -> [Help 1]