File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 143
143
</properties >
144
144
145
145
<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 >
158
146
<repository >
159
147
<id >central</id >
160
148
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
Original file line number Diff line number Diff line change 185
185
</activation >
186
186
<dependencies >
187
187
<dependency >
188
- <groupId >org.spark-project .hive</groupId >
188
+ <groupId >org.apache .hive</groupId >
189
189
<artifactId >hive-metastore</artifactId >
190
190
<version >${hive.version} </version >
191
191
</dependency >
192
192
<dependency >
193
- <groupId >org.spark-project .hive</groupId >
193
+ <groupId >org.apache .hive</groupId >
194
194
<artifactId >hive-exec</artifactId >
195
195
<version >${hive.version} </version >
196
196
<exclusions >
201
201
</exclusions >
202
202
</dependency >
203
203
<dependency >
204
- <groupId >org.spark-project .hive</groupId >
204
+ <groupId >org.apache .hive</groupId >
205
205
<artifactId >hive-serde</artifactId >
206
206
<version >${hive.version} </version >
207
207
<exclusions >
You can’t perform that action at this time.
0 commit comments