timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.26k stars 299 forks source link

TSBS run clickhouse error #130

Open vkingnew opened 4 years ago

vkingnew commented 4 years ago

https://github.com/timescale/tsbs/blob/master/docs/clickhouse.md

go get github.com/timescale/tsbs cd $GOPATH/src/github.com/timescale/tsbs/cmd go get ./... go install ./...

As this guide i run this commend on CentOS 7.6 under golang1.14.6,return following message:

FORMATS=clickhouse ./generate_data.sh

which: no tsbs_generate_data in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/local/go/bin:/usr/local/go/bin:/root/go/src/github.com/timescale/tsbs/scripts:/root/bin:/usr/local/go/bin) tsbs_generate_data not available. It is not specified explicitly and not found in $PATH

I can't sure which step product command:tsbs_generate_data .

vkingnew commented 4 years ago

tsbs_generate_data: command not found

Guided by thsi wiki,but i don't have commend :tsbs_generate_data,beforce i use command tsbs_generate_data everything go well and there is no error information. https://github.com/timescale/tsbs I Test it on CentOS 7 ,Golang 1.14

XinyuZeng commented 3 years ago

Same error here. Did you resolve it? @vkingnew

vkingnew commented 3 years ago

@XinyuZeng I had not resolve it,as so far i had not run it successfully