clickhouse-client import file not found

Viewed 23

I'm trying to import the example data from the link but when I run the below command it can't find the csv file, Error: -bash: full_dataset .csv: No such file or directory and installed with clickhouse docker.

enter image description here

Where do I need to keep the "full_dataset.csv" file?

1 Answers

You need to either supply entire path or move the CSV file to clickhouse bin folder where the clickhouse-client resides.

Related