Skip to content

Commit 2dfefc8

Browse files
committed
Minor fixups
1 parent 578d921 commit 2dfefc8

File tree

12 files changed

+24
-0
lines changed

12 files changed

+24
-0
lines changed

doris/benchmark.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in starrocks/benchmark.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 3 ]]; then
57
echo "Usage: $0 <DB_NAME> <RESULT_FILE_RUNTIMES> <QUERIES_FILE>"

doris/count.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in starrocks/count.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 2 ]]; then
57
echo "Usage: $0 <DB_NAME> <TABLE_NAME>"

doris/drop_table.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in starrocks/drop_table.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 2 ]]; then
57
echo "Usage: $0 <DB_NAME> <TABLE_NAME>"

doris/main.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in starrocks/main.sh.
4+
35
export DORIS_FULL_NAME="apache-doris-3.0.5-bin-x64"
46

57
DEFAULT_CHOICE=ask

doris/run_queries.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in doris/run_queries.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 2 ]]; then
57
echo "Usage: $0 <DB_NAME> <QUERIES_FILE>"

starrocks/benchmark.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in doris/benchmark.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 3 ]]; then
57
echo "Usage: $0 <DB_NAME> <RESULT_FILE_RUNTIMES> <RESULT_FILE_MEMORY_USAGE>"

starrocks/count.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in doris/count.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 2 ]]; then
57
echo "Usage: $0 <DB_NAME> <TABLE_NAME>"

starrocks/create_and_load.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in doris/create_and_load.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 7 ]]; then
57
echo "Usage: $0 <DB_NAME> <TABLE_NAME> <DDL_FILE> <DATA_DIRECTORY> <NUM_FILES> <SUCCESS_LOG> <ERROR_LOG>"

starrocks/drop_table.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in doris/drop_table.sh.
4+
35
# Check if the required arguments are provided
46
if [[ $# -lt 2 ]]; then
57
echo "Usage: $0 <DB_NAME> <TABLE_NAME>"

starrocks/main.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# If you change something in this file, please change also in doris/main.sh.
4+
35
DEFAULT_CHOICE=ask
46
DEFAULT_DATA_DIRECTORY=~/data/bluesky
57

0 commit comments

Comments
 (0)