Skip to content

Commit 5f5619f

Browse files
committed
restructure the directory and different hive version support
1 parent 05d3683 commit 5f5619f

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

assembly/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,10 @@
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>

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,17 +1246,15 @@
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>

sql/hive/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
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>
@@ -168,11 +168,10 @@
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>
@@ -222,7 +221,7 @@
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>

0 commit comments

Comments
 (0)