File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
external/kafka-0-10-token-provider
sql/hive/src/test/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 7474 <artifactId >spark-tags_${scala.binary.version}</artifactId >
7575 </dependency >
7676
77- <dependency >
78- <groupId >org.apache.spark</groupId >
79- <artifactId >spark-tags_${scala.binary.version}</artifactId >
80- </dependency >
81-
82- <dependency >
83- <groupId >org.apache.hadoop</groupId >
84- <artifactId >hadoop-common</artifactId >
85- <version >${hadoop.version} </version >
86- <scope >provided</scope >
87- </dependency >
8877 <!--
8978 This spark-tags test-dep is needed even though it isn't used in this module, otherwise testing-cmds that exclude
9079 them will yield errors.
Original file line number Diff line number Diff line change 27922792 <configuration >
27932793 <rules >
27942794 <bannedDependencies >
2795- <excludes >
2796- <exclude >org.apache.hadoop:hadoop*:*:jar:compile</exclude >
2797- </excludes >
2795+ <!-- <excludes> -- >
2796+ <!-- <exclude>org.apache.hadoop:hadoop*:*:jar:compile</exclude> -- >
2797+ <!-- </excludes> -- >
27982798 </bannedDependencies >
27992799 </rules >
28002800 <fail >true</fail >
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import org.scalatest.time.Span
3030import org .scalatest .time .SpanSugar ._
3131
3232import org .apache .spark .{SparkConf , TestUtils }
33+ import org .apache .spark .deploy .SparkSubmitTestUtils
3334import org .apache .spark .internal .config .MASTER_REST_SERVER_ENABLED
3435import org .apache .spark .internal .config .UI .UI_ENABLED
3536import org .apache .spark .launcher .JavaModuleOptions
You can’t perform that action at this time.
0 commit comments