COPY 在 cassandra 中生成的导出 csv 文件的默认目录在哪里?

Where is the default directory of the export csv file that COPY generated in cassandra?

我正在使用 CassandraCOPY 命令将数据导出到 csv 文件。

cqlsh > COPY music.songs to 'songs.csv';

我不知道在哪里可以找到导出的 csv 文件。

我在 Wins7 Docker 运行 中使用 Cassandra

使用find -name "songs.csv"发现csv文件导出到我运行cqlsh命令所在的目录