Skip to content

Commit c43ffc4

Browse files
author
Andrew Or
committed
Fix tests?
1 parent 8882581 commit c43ffc4

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

sql/hive-thriftserver/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<artifactId>spark-hive_${scala.binary.version}</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.apache.spark</groupId>
46+
<artifactId>spark-core_${scala.binary.version}</artifactId>
47+
<version>${project.version}</version>
48+
<type>test-jar</type>
49+
<scope>test</scope>
50+
</dependency>
4451
<dependency>
4552
<groupId>com.google.guava</groupId>
4653
<artifactId>guava</artifactId>

sql/hive/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<artifactId>spark-core_${scala.binary.version}</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.apache.spark</groupId>
46+
<artifactId>spark-core_${scala.binary.version}</artifactId>
47+
<version>${project.version}</version>
48+
<type>test-jar</type>
49+
<scope>test</scope>
50+
</dependency>
4451
<dependency>
4552
<groupId>org.apache.spark</groupId>
4653
<artifactId>spark-sql_${scala.binary.version}</artifactId>
@@ -84,13 +91,6 @@
8491
<artifactId>avro-mapred</artifactId>
8592
<classifier>${avro.mapred.classifier}</classifier>
8693
</dependency>
87-
<dependency>
88-
<groupId>org.apache.spark</groupId>
89-
<artifactId>spark-core_${scala.binary.version}</artifactId>
90-
<version>${project.version}</version>
91-
<type>test-jar</type>
92-
<scope>test</scope>
93-
</dependency>
9494
<dependency>
9595
<groupId>org.scalacheck</groupId>
9696
<artifactId>scalacheck_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)