Skip to content

Commit

Permalink
restructure the directory and different hive version support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzhan committed Sep 10, 2014
1 parent 05d3683 commit 5f5619f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,10 @@
</dependencies>
</profile>
<profile>
<id>hive-0.13</id>
<id>hive-versions</id>
<activation>
<property>
<name>hive.version</name>
<value>0.13.1</value>
</property>
</activation>
<dependencies>
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,17 +1246,15 @@
</modules>
</profile>
<profile>
<id>hive-0.13</id>
<id>hive-versions</id>
<activation>
<property>
<name>hive.version</name>
<value>0.13.1</value>
</property>
</activation>
<properties>
<derby.version>10.10.1.1</derby.version>
</properties>
</profile>

</profiles>
</project>
7 changes: 3 additions & 4 deletions sql/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</goals>
<configuration>
<sources>
<source>v0.12/src/main/scala</source>
<source>v${hive.version}/src/main/scala</source>
</sources>
</configuration>
</execution>
Expand Down Expand Up @@ -168,11 +168,10 @@
</build>
</profile>
<profile>
<id>hive-0.13</id>
<id>hive-versions</id>
<activation>
<property>
<name>hive.version</name>
<value>0.13.1</value>
</property>
</activation>
<dependencies>
Expand Down Expand Up @@ -222,7 +221,7 @@
</goals>
<configuration>
<sources>
<source>v0.13/src/main/scala</source>
<source>v${hive.version}/src/main/scala</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 5f5619f

Please sign in to comment.