File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ All notable changes to this project will be documented in this file.
12
12
13
13
- opa: Remove version 0.61.0 ([ #797 ] ).
14
14
15
+ ### Fixed
16
+
17
+ - hbase: link to phoenix server jar. ([ #811 ] )
18
+
15
19
[ #797 ] : https://github.com/stackabletech/docker-images/pull/797
20
+ [ #811 ] : https://github.com/stackabletech/docker-images/pull/811
16
21
17
22
## [ 24.7.0] - 2024-07-24
18
23
Original file line number Diff line number Diff line change @@ -323,9 +323,9 @@ microdnf clean all
323
323
rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}\n " | sort > /stackable/package_manifest.txt
324
324
rm -rf /var/cache/yum
325
325
326
- ln -s /stackable/hbase-${PRODUCT} /stackable/hbase
327
- ln -s /stackable/hbase-operator-tools-${HBASE_OPERATOR_TOOLS} /stackable/hbase-operator-tools
328
- ln -s "/stackable/phoenix/phoenix-server-hbase-${HBASE_PROFILE}-${PHOENIX} .jar" "/stackable/hbase/lib/phoenix-server-hbase-${HBASE_PROFILE}-${PHOENIX }.jar"
326
+ ln --symbolic --logical --verbose " /stackable/hbase-${PRODUCT}" /stackable/hbase
327
+ ln --symbolic --logical --verbose " /stackable/hbase-operator-tools-${HBASE_OPERATOR_TOOLS}" /stackable/hbase-operator-tools
328
+ ln --symbolic --logical --verbose "/stackable/phoenix/phoenix-server-hbase-${HBASE_PROFILE}.jar" "/stackable/hbase/lib/phoenix-server-hbase-${HBASE_PROFILE}.jar"
329
329
EOF
330
330
331
331
USER stackable
You can’t perform that action at this time.
0 commit comments