Skip to content

Commit

Permalink
OMID-231 Build and test Omid with Hadoop 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Aug 29, 2022
1 parent e1bceec commit e29e6b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ lib/
*.iws
*~
*.swp
^dev-support/artifacts

# Generated website files
generated-website/
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ script:
else
git checkout -b tmp-build-branch
&&
dev-support/hbase_rebuild.sh detect
&&
mvn clean test ;
fi
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- 3rd-Party Library Versioning -->
<hbase.version>2.4.10</hbase.version>
<hadoop.version>2.10.0</hadoop.version>
<hbase.version>2.4.13</hbase.version>
<hadoop.version>3.1.4</hadoop.version>
<phoenix.thirdparty.version>2.0.0</phoenix.thirdparty.version>
<guice.version>3.0</guice.version>
<testng.version>6.10</testng.version>
Expand Down Expand Up @@ -378,6 +378,8 @@

<!-- Exclude config and scripts -->
<exclude>**/dev-utils/*</exclude>
<exclude>dev-support/artifacts/**</exclude>


<!-- Exclude assembly -->
<exclude>**/maven/assembly/*</exclude>
Expand All @@ -394,6 +396,7 @@
<exclude>**/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
</exclude>


<!-- Taken from https://github.com/apache/hbase -->
<exclude>**/src/main/java/org/apache/omid/committable/hbase/RegionSplitter.java</exclude>

Expand Down

0 comments on commit e29e6b2

Please sign in to comment.