File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 42
42
ln -sT ${CASSANDRA_LIB} "${CASSANDRA_HOME}/data" && \
43
43
ln -sT ${CASSANDRA_LOG} "${CASSANDRA_HOME}/logs" && \
44
44
rm -f /opt/cassandra/lib/netty-all-* /opt/cassandra/lib/libthrift-* && \
45
- LIBTHRIFT_PACKAGE=libthrift-0.12 .0.jar && \
46
- download_package https://repo1.maven.org maven2/org/apache/thrift /libthrift/0.12.0/ ${LIBTHRIFT_PACKAGE} ${LIBTHRIFT_PACKAGE} && \
45
+ LIBTHRIFT_PACKAGE=libthrift-0.13 .0.jar && \
46
+ download_package https://github.com tungstenfabric/tf-third-party-cache/blob/master /libthrift/${LIBTHRIFT_PACKAGE}?raw=true ${LIBTHRIFT_PACKAGE} && \
47
47
mv ${LIBTHRIFT_PACKAGE} /opt/cassandra/lib/ && \
48
48
NETTY_ALL_PACKAGE=netty-all-4.1.39.Final.jar && \
49
49
download_package https://repo1.maven.org maven2/io/netty/netty-all/4.1.39.Final/${NETTY_ALL_PACKAGE} ${NETTY_ALL_PACKAGE} && \
Original file line number Diff line number Diff line change @@ -55,3 +55,5 @@ wget -nv -t3 -P maven2/io/netty/netty-all/4.1.39.Final https://repo1.maven.org/m
55
55
56
56
wget -nv -t3 -P centos/7/os/x86_64/Packages http://mirror.centos.org/centos/7/os/x86_64/Packages/ntpdate-4.2.6p5-29.el7.centos.2.x86_64.rpm
57
57
wget -nv -t3 -P centos/7/os/x86_64/Packages http://mirror.centos.org/centos/7/os/x86_64/Packages/ntp-4.2.6p5-29.el7.centos.2.x86_64.rpm
58
+
59
+ wget -nv -t3 -P tungstenfabric/tf-third-party-cache/blob/master/libthrift https://github.com/tungstenfabric/tf-third-party-cache/blob/master/libthrift/libthrift-0.13.0.jar? raw=true
You can’t perform that action at this time.
0 commit comments