Skip to content

Commit 6579292

Browse files
authored
Merge pull request #740 from ClickHouse/revert-732-update_4.0
Revert "update starrocks result based on 4.0.2 and c8g.48xl"
2 parents c56b91a + bf23cd9 commit 6579292

File tree

3 files changed

+4
-61
lines changed

3 files changed

+4
-61
lines changed

starrocks/benchmark.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
VERSION=4.0.2-ubuntu-$(dpkg --print-architecture)
7+
VERSION=3.4.2-ubuntu-$(dpkg --print-architecture)
88
# Install
99
wget --continue --progress=dot:giga https://releases.starrocks.io/starrocks/StarRocks-$VERSION.tar.gz -O StarRocks-$VERSION.tar.gz
1010
tar zxvf StarRocks-${VERSION}.tar.gz
@@ -23,11 +23,11 @@ export STARROCKS_HOME=`pwd`
2323
mkdir -p meta storage
2424

2525
# Start Frontend
26-
printf "\nmeta_dir = ${STARROCKS_HOME}/meta \n" >> fe/conf/fe.conf
26+
echo "meta_dir = ${STARROCKS_HOME}/meta " >> fe/conf/fe.conf
2727
fe/bin/start_fe.sh --daemon
2828

2929
# Start Backend
30-
printf "\nstorage_root_path = ${STARROCKS_HOME}/storage\n" >> be/conf/be.conf
30+
echo "storage_root_path = ${STARROCKS_HOME}/storage" >> be/conf/be.conf
3131
be/bin/start_be.sh --daemon
3232

3333
# Setup cluster

starrocks/create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ CREATE TABLE hits (
106106
CLID INT NOT NULL
107107
)
108108
DUPLICATE KEY (CounterID, EventDate, UserID, EventTime, WatchID)
109-
DISTRIBUTED BY HASH(UserID) BUCKETS 192
109+
DISTRIBUTED BY RANDOM BUCKETS 1
110110
PROPERTIES ( "replication_num"="1");

starrocks/results/c8g.metal-48xl.json

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

0 commit comments

Comments
 (0)