exlude IsolatedClientLoader for jacoco

This commit is contained in:
Kent Yao 2018-06-14 16:39:14 +08:00
parent 90687d13f8
commit 3741b854f6

View File

@ -491,6 +491,7 @@
<exclude>**/org/apache/spark/launcher/*.class</exclude>
<exclude>**/org/apache/spark/deploy/*.class</exclude>
<exclude>**/org/apache/spark/SparkEnv.class</exclude>
<exclude>**/org/apache/spark/sql/hive/client/*.class</exclude>
</excludes>
</configuration>
<executions>