Skip to content

Commit 3ced0d7

Browse files
committed
rebase
1 parent d9b981d commit 3ced0d7

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,18 @@
143143
</properties>
144144

145145
<repositories>
146+
<repository>
147+
<id>spark-hive</id>
148+
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
149+
<name>Spark hive Repository</name>
150+
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1079/</url>
151+
<releases>
152+
<enabled>true</enabled>
153+
</releases>
154+
<snapshots>
155+
<enabled>false</enabled>
156+
</snapshots>
157+
</repository>
146158
<repository>
147159
<id>central</id>
148160
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->

sql/hive/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@
185185
</activation>
186186
<dependencies>
187187
<dependency>
188-
<groupId>org.apache.hive</groupId>
188+
<groupId>org.spark-project.hive</groupId>
189189
<artifactId>hive-metastore</artifactId>
190190
<version>${hive.version}</version>
191191
</dependency>
192192
<dependency>
193-
<groupId>org.apache.hive</groupId>
193+
<groupId>org.spark-project.hive</groupId>
194194
<artifactId>hive-exec</artifactId>
195195
<version>${hive.version}</version>
196196
<exclusions>
@@ -201,7 +201,7 @@
201201
</exclusions>
202202
</dependency>
203203
<dependency>
204-
<groupId>org.apache.hive</groupId>
204+
<groupId>org.spark-project.hive</groupId>
205205
<artifactId>hive-serde</artifactId>
206206
<version>${hive.version}</version>
207207
<exclusions>

0 commit comments

Comments
 (0)