Skip to content

Commit 2b7a4f4

Browse files
author
Andrew Or
committed
Fix tests?
Conflicts: sql/hive-thriftserver/pom.xml
1 parent fec05c2 commit 2b7a4f4

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

sql/hive-thriftserver/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@
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>
51+
<dependency>
52+
<groupId>com.google.guava</groupId>
53+
<artifactId>guava</artifactId>
54+
</dependency>
4455
<dependency>
4556
<groupId>${hive.group}</groupId>
4657
<artifactId>hive-cli</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>
@@ -79,13 +86,6 @@
7986
<artifactId>avro-mapred</artifactId>
8087
<classifier>${avro.mapred.classifier}</classifier>
8188
</dependency>
82-
<dependency>
83-
<groupId>org.apache.spark</groupId>
84-
<artifactId>spark-core_${scala.binary.version}</artifactId>
85-
<version>${project.version}</version>
86-
<type>test-jar</type>
87-
<scope>test</scope>
88-
</dependency>
8989
<dependency>
9090
<groupId>org.scalacheck</groupId>
9191
<artifactId>scalacheck_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)