File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments