Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
[SQL-DS-CACHE-139][POAE7-1165] Update Arrow dependency to 4.0.0 (#140)
Browse files Browse the repository at this point in the history
* [SQL-DS-CACHE-139][POAE7-1165] Update Arrow dependency to 4.0.0

* fix for comments
  • Loading branch information
xieqi authored Jun 9, 2021
1 parent 0705ba0 commit e61d41a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HCFS-based-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-plasma</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
4 changes: 4 additions & 0 deletions Plasma-based-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@
<dependency>
<groupId>com.intel.arrow</groupId>
<artifactId>arrow-plasma</artifactId>
<!--
We still use 0.17.0 here just for easy build
Please follow develop guid to install intel arrow-plasma-4.0.0.jar at runtime
-->
<version>0.17.0</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sbin/install_plasma_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ sudo make install

cd ..
git config --global http.sslVerify false
git clone https://github.com/Intel-bigdata/arrow.git arrow
git clone https://github.com/oap-project/arrow.git arrow
cd arrow
git checkout branch-0.17.0-oap-0.9
git checkout arrow-4.0.0-oap-1.1.1

cd cpp
mkdir build
Expand Down

0 comments on commit e61d41a

Please sign in to comment.