Skip to content

Commit 3c39e31

Browse files
authored
chore: remove upload scripts (#1129)
1 parent de216a0 commit 3c39e31

18 files changed

+2
-1188
lines changed

.scripts/upload_new_kcat_version.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

druid/upload_new_druid_version.sh

Lines changed: 0 additions & 73 deletions
This file was deleted.

hadoop/upload_new_hadoop_version.sh

Lines changed: 0 additions & 84 deletions
This file was deleted.

hbase/README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,8 @@ As of SDP 24.7 we do include HBase 2.6 support in an experimental state.
44

55
## Phoenix
66

7-
At the time of this writing (July 12, 2024) there is no Phoenix release that supports HBase 2.6 so the script `upload_new_phoenix_version.sh` will not work.
8-
9-
HBase 2.6 support [was added](https://github.com/apache/phoenix/pull/1793) with [PHOENIX-7172](https://issues.apache.org/jira/browse/PHOENIX-7172).
10-
SDP 24.7 includes Phoenix built from the master branch from commit [4afe457](https://github.com/apache/phoenix/tree/4afe4579bb3ab01725e4939746d0b7b807b438ac).
11-
12-
```bash
13-
# clone the Phoenix repo
14-
git clone [email protected]:apache/phoenix.git
15-
cd phoenix
16-
git checkout 4afe457
17-
18-
# create a tarball
19-
mkdir ../phoenix-5.3.0-4afe457
20-
git archive --format=tar --output ../phoenix-5.3.0-4afe457/phoenix.tar 4afe457
21-
cd ../phoenix-5.3.0-4afe457
22-
tar xf phoenix.tar
23-
rm phoenix.tar
24-
echo 4afe457 > git-commit
25-
cd ..
26-
tar -c phoenix-5.3.0-4afe457 | gzip > phoenix-5.3.0-4afe457-src.tar.gz
27-
```
7+
HBase 2.6 support [was added](https://github.com/apache/phoenix/pull/1793) with [PHOENIX-7172](https://issues.apache.org/jira/browse/PHOENIX-7172) and released with Phoenix 5.2.1, which is included since SDP 25.3.
8+
SDP 24.7 included Phoenix built from the master branch from commit [4afe457](https://github.com/apache/phoenix/tree/4afe4579bb3ab01725e4939746d0b7b807b438ac).
289

2910
## HBase operator tools
3011

hbase/upload_new_hbase-operator-tools_version.sh

Lines changed: 0 additions & 76 deletions
This file was deleted.

hbase/upload_new_hbase_version.sh

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)