Skip to content
Snippets Groups Projects
Commit 42e05184 authored by deploy's avatar deploy
Browse files

Release 1.2.1

parent e16c420f
No related branches found
Tags 1.2.1
No related merge requests found
......@@ -18,22 +18,24 @@ You should have working GPDB or ADB cluster with installed PXF.
### INSTALL
You will get a `pxf-tarantool/build` folder with target jars. Copy them to each GPDB or ADB host and delete the old one:
You will get a `pxf-tarantool/build/libs` folder with target jars. Copy them to each GPDB or ADB host and delete the old one:
```shell script
cp pxf-tarantool.jar /usr/lib/pxf/lib
chown pxf:pxf /usr/lib/pxf/lib/pxf-tarantool.jar
cp pxf-tarantool* /usr/lib/pxf/lib
chown pxf:pxf /usr/lib/pxf/lib/pxf-tarantool*
cp msgpack-core-0.8.20.jar /usr/lib/pxf/lib/shared/
chown pxf:pxf /usr/lib/pxf/lib/shared/msgpack-core-0.9.0.jar
cp msgpack-core* /usr/lib/pxf/lib/shared/
chown pxf:pxf /usr/lib/pxf/lib/shared/msgpack-core*
cp cartridge-driver-0.4.3.jar /usr/lib/pxf/lib/shared/
chown pxf:pxf /usr/lib/pxf/lib/shared/cartridge-driver-0.7.0
cp cartridge-driver* /usr/lib/pxf/lib/shared/
chown pxf:pxf /usr/lib/pxf/lib/shared/cartridge-driver*
cp netty* /usr/lib/pxf/lib/shared/
chown pxf:pxf /usr/lib/pxf/lib/shared/netty*
```
***In case of update don't forget to remove OLD versions of libraries***
Update profile.xml (`/var/lib/pxf/conf/pxf-profiles.xml`) by **adding** missing items from repository
one (`pxf-tarantool/env/pxf-profiles.xml`)
......
......@@ -23,7 +23,7 @@ project('pxf-tarantool') {
pxfVersion = '5.14.0'
commonsLangVersion = '3.11'
hadoopVersion = '2.9.2'
tarantoolCatridgeVersion = '0.7.0'
tarantoolCatridgeVersion = '0.7.2'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
mockitoVersion = '3.10.0'
......
project_version=1.2.0
project_version=1.2.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment