File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
v0.12.0/src/main/scala/org/apache/spark/sql/hive
v0.13.1/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 189189 </dependencies >
190190 </profile >
191191 <profile >
192- <id >hive-0.13 </id >
192+ <id >hive-versions </id >
193193 <activation >
194194 <property >
195195 <name >hive.version</name >
196- <value >0.13.1</value >
197196 </property >
198197 </activation >
199198 <dependencies >
Original file line number Diff line number Diff line change 12461246 </modules >
12471247 </profile >
12481248 <profile >
1249- <id >hive-0.13 </id >
1249+ <id >hive-versions </id >
12501250 <activation >
12511251 <property >
12521252 <name >hive.version</name >
1253- <value >0.13.1</value >
12541253 </property >
12551254 </activation >
12561255 <properties >
12571256 <derby .version>10.10.1.1</derby .version>
12581257 </properties >
12591258 </profile >
1260-
12611259 </profiles >
12621260</project >
Original file line number Diff line number Diff line change 132132 </goals >
133133 <configuration >
134134 <sources >
135- <source >v0.12 /src/main/scala</source >
135+ <source >v ${hive.version} /src/main/scala</source >
136136 </sources >
137137 </configuration >
138138 </execution >
168168 </build >
169169 </profile >
170170 <profile >
171- <id >hive-0.13 </id >
171+ <id >hive-versions </id >
172172 <activation >
173173 <property >
174174 <name >hive.version</name >
175- <value >0.13.1</value >
176175 </property >
177176 </activation >
178177 <dependencies >
222221 </goals >
223222 <configuration >
224223 <sources >
225- <source >v0.13 /src/main/scala</source >
224+ <source >v ${hive.version} /src/main/scala</source >
226225 </sources >
227226 </configuration >
228227 </execution >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments